v1.0.0
@import...
statements are now parsed as Import
nodes.
Rule.extendRule
→ Rule.extend
Rule.ruleWithoutBody
→ Rule.empty
!important Mixins
a { .mixin !important; }
Rule.selector : ".mixin !important"
→ Rule.selector : ".mixin"
and Rule.important : true
Rule
selectors not longer contain semicolons as well. Mixin and Extend Rule
s will have a Rule.raws.semicolor : true
property set. Semicolons are also stripped from raw properties before
and after
between mixins.
See README for more info.