We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31af104 commit 45ef8deCopy full SHA for 45ef8de
1 file changed
README.md
@@ -27,7 +27,7 @@ Use this module only to import variables, mixins, functions (et cetera) as they
27
## Setup
28
29
- If not already present, add the dependencies you need for SASS/LESS/Stylus (depending on your needs)
30
- - SASS: `yarn add sass-loader sass`
+ - SASS: `yarn add sass-loader sass` (for Nuxt 2 use: ``sass-loader@10``)
31
- LESS: `yarn add less-loader less`
32
- Stylus: `yarn add stylus-loader stylus`
33
- Add `@nuxtjs/style-resources` dependency using yarn or npm to your project (`yarn add -D @nuxtjs/style-resources`)
0 commit comments