v0.14.0
-
Adds a
stripCommentsoption 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}*/;
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}*/;