0.0.1 • Published 7 years ago

extract-css-comments v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

extract-css-comments

Build Status

Small module for extracting CSS comments from strings:

const extractComments = require('extract-css-comments')

extractComments(cssSource) // => Array with the comments

installation

npm install extract-css-comments --save

requirement

Node >= 6

tests

npm install && npm test

license

MIT