Skip to content

v0.14.0

Choose a tag to compare

@cheton cheton released this 22 Nov 03:03
· 8 commits to master since this release
  • Adds a stripComments option to strip comments from CSS using strip-css-comments. Defaults to false.

    This will resolve an issue that CSS parser cannot properly handle inline comments (#38), like below:

    font-size: 1.1em/*{fsDefault}*/;