UNPKG
magefront-plugin-sass
Version:
latest (2.1.0)
2.1.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.8.0
0.7.2
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.1.0
Transforms SCSS files into CSS files.
github.com/ubermanu/magefront
ubermanu/magefront
magefront-plugin-sass
/
README.md
20 lines
(12 loc)
•
316 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.