Skip to content

Commit

Permalink
docs: info about sass-loader ver for Nuxt2 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
devzom authored Jan 20, 2022
1 parent 31af104 commit 45ef8de
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 @@ -27,7 +27,7 @@ Use this module only to import variables, mixins, functions (et cetera) as they
## Setup

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

0 comments on commit 45ef8de

Please sign in to comment.