Détail du package

rework-comments

goatslacker38MIT1.0.0

Remove comments

rework, rework-plugin, css, comments

readme

rework-comments

Remove comments from files using rework without minifying

$ npm install rework-comments

How to use

var rmComments = require('rework-comments')

var cssWithoutComments = rework(yourCssWithComments).use(rmComments).toString()