Skip to content

Commit 45ef8de

Browse files
authored
docs: info about sass-loader ver for Nuxt2 (#191)
1 parent 31af104 commit 45ef8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use this module only to import variables, mixins, functions (et cetera) as they
2727
## Setup
2828

2929
- If not already present, add the dependencies you need for SASS/LESS/Stylus (depending on your needs)
30-
- SASS: `yarn add sass-loader sass`
30+
- SASS: `yarn add sass-loader sass` (for Nuxt 2 use: ``sass-loader@10``)
3131
- LESS: `yarn add less-loader less`
3232
- Stylus: `yarn add stylus-loader stylus`
3333
- Add `@nuxtjs/style-resources` dependency using yarn or npm to your project (`yarn add -D @nuxtjs/style-resources`)

0 commit comments

Comments
 (0)