Dart Sass 1.0.0-alpha.4
Pre-release
Pre-release
- Add support for bracketed lists.
- Add support for Unicode ranges.
- Add support for the Microsoft-style
=operator. - Print the filename for
@debugrules. - Fix a bug where
1 + - 2and similar constructs would crash the parser. - Fix a bug where
@extendproduced the wrong result when used with selector combinators. - Fix a bug where placeholder selectors were not allowed to be unified.
- Fix the
mixin-exists()function. - Fix
:nth-child()and:nth-last-child()parsing when they containof selector.