rollup-plugin-scss

v2.3.0
Rollup multiple .scss, .sass and .css imports
rollup-plugin css sass scss

build

rollup -c

dev

rollup -cw

lint

standard rollup.config.js index.es.js

fix

standard --fix rollup.config.js index.es.js

test:node-sass

cd test/node-sass && rm -f output.* && rollup -c && cmp output.js ../expected.js && cmp output.css expected.css && cd ../..

test:sass

cd test/sass && rm -f output.* && rollup -c && cmp output.js ../expected.js && cmp output.css expected.css && cd ../..

test

npm run test:node-sass && npm run test:sass

testw

cd test/node-sass && rm -f output.* && rollup -cw; cd ..

prepare

rollup -c

Metadata

  • MIT
  • Whatever
  • Thomas Ghysels
  • released 4/13/2020

Downloads

Maintainers