Skip to content

Commit

Permalink
Specify sass package instead of node-sass (#1639)
Browse files Browse the repository at this point in the history
Fixes #1638
  • Loading branch information
kentr authored Jan 13, 2022
1 parent 8a6732b commit dba1077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ The default templates comes with a `.css` file for each component. You can start

#### [SASS]

- `npm install --save-dev node-sass sass-loader@10` (inside your preact application folder)
- `npm install --save-dev sass sass-loader@10` (inside your preact application folder)
- start replacing `.css` files with `.scss` files

#### [LESS]
Expand Down

0 comments on commit dba1077

Please sign in to comment.