Releases: shellscape/postcss-less
Releases · shellscape/postcss-less
v2.0.0
v1.1.5
v1.1.4
v1.1.0
- Parser supplies a
Root
stringifier - Single token mixins handled properly
Import
nodes with unquotedurl()
URIs are handled properly
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.
v0.16.0
- added support for PostCSS 5.2+
- fixes output adding superfluous spaces in comments
PLEASE NOTE
This will be the last version of PostCSS-LESS supporting Node 4.x.