css-selector-extract

v0.3.0
With selector extracting, it is possible to extract only certain CSS selectors form (S)CSS code. This is especially useful if you want to extract only a few CSS classes from a huge library or framework.
CSS

scripts:bundle

rollup --config --format cjs --output dist/index.js js/index.js

scripts:lint

jshint js/index.js

scripts:lint-no-error

jshint js/index.js || exit 0

scripts

npm run scripts:bundle && npm run scripts:lint-no-error

precommit-msg

echo 'Pre-commit checks...' && exit 0

test

mocha

Metadata

  • MIT
  • Whatever
  • Markus Oberlehner
  • released 6/28/2016

Downloads

Maintainers