sfcode
An Online Competing and Development Environment
|
Discard comments in your CSS files with PostCSS.
With npm do:
This module discards comments from your CSS files; by default, it will remove all regular comments (/* comment */
) and preserve comments marked as important (/*! important */
).
Note that this module does not handle source map comments because they are not available to it; PostCSS handles this internally, so if they are removed then you will have to configure source maps in PostCSS.
Type: function
Return: boolean
Variable: comment
contains a comment without /**/
For each comment, return true to remove, or false to keep the comment.
NOTE: If you use the remove
function other options will not be available.
Type: boolean
Default: false
Remove all comments marked as important.
Type: boolean
Default: false
Remove all comments marked as important, but the first one.
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs