mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: preprocessors as dev deps to align with vue plugin (#27005)
This commit is contained in:
parent
6bdd28a1db
commit
0e26964320
@ -154,15 +154,15 @@ To use a preprocessor like SCSS, Sass, Less or Stylus, install it first.
|
||||
::code-group
|
||||
|
||||
```bash [Sass & SCSS]
|
||||
npm install sass
|
||||
npm install -D sass
|
||||
```
|
||||
|
||||
```bash [Less]
|
||||
npm install less
|
||||
npm install -D less
|
||||
```
|
||||
|
||||
```bash [Stylus]
|
||||
npm install stylus
|
||||
npm install -D stylus
|
||||
```
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user