Package Exports
- extract-css-comments
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extract-css-comments) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
extract-css-comments
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