Skip to content

v1.0.0

Compare
Choose a tag to compare
@shellscape shellscape released this 17 May 16:25
· 77 commits to master since this release

@import... statements are now parsed as Import nodes.
Rule.extendRuleRule.extend
Rule.ruleWithoutBodyRule.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 Rules 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.