JSPM

extract-css-comments

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q30389F
  • License MIT

Extract CSS comments from strings

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

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