UNPKG

magefront-plugin-sass

Version:

Transforms SCSS files into CSS files.

20 lines (12 loc) 316 B
# magefront-plugin-sass Transforms SCSS files into CSS files. ## Install npm i sass magefront-plugin-sass ## Usage ```js import sass from 'magefront-plugin-sass' export default { plugins: [sass()], } ``` See the [documentation](https://ubermanu.github.io/magefront/#/plugins/sass) for more information.