Utility to set up scss stylesheets for a new project.
# Install scss stylesheets
npx @ravorona/utils-scss
# Install scss stylesheets in a custom directory
npx @ravorona/utils-scss --destination myFolder
On your bundler side:
- Sass support, since stylesheets are in SCSS format.
If you want to use pre-processor like PostCSS, some examples are available, such as custom media, svg-inline, etc... Feel free to customize the postcss.config.js
according to your needs.
Following dependencies are needed to run the provided pre-processing: