Releases: leafo/scssphp
Releases · leafo/scssphp
v0.0.7
Bug Fixes:
- Port various fixes from leafo/lessphp.
- Improve filter precision.
- Parsing large image data-urls does not work.
- Add == and != ops for colors.
- @if and @while directives should treat null like false.
- Add pscss as bin in composer.json (Christian Lück).
- Fix !default bug (James Shannon, Alberto Aldegheri).
- Fix mixin content includes (James Shannon, Christian Brandt).
- Fix passing of varargs to another mixin.
- Fix interpolation bug in expToString() (Matti Jarvinen).
v0.0.5
- Better compile time errors
- Fix top level properties inside of a nested
@media
(Anthon Pang) - Fix some issues with
@extends
(Anthon Pang) - Enhanced handling of null (Anthon Pang)
- Helper functions shouldn’t mix with css builtins (Anthon Pang)
- Enhance selector parsing (Guilherme Blanco, Anthon Pang)
- Add Placeholder selector support (Martin Hasoň)
- Add variable argument support (Martin Hasoň)
- Add zip, index, comparable functions (Martin Hasoň)
- A bunch of parser and bug fixes
v0.0.4
- Import path can be a function (Christian Lück).
- Correctly parse media queries with more than one item (Christian Lück).
- Add ie_hex_str, abs, min, max functions (Martin Hasoň)
- Ignore expressions inside of calc() (Martin Hasoň)
- Improve operator evaluation (Martin Hasoň)
- Add
@content
support. - Misc bug fixes.