Skip to content

Commit

Permalink
馃摃 docs: fix @roots/bud-sass installation docs (#2391)
Browse files Browse the repository at this point in the history
## Fix the extension install command in the code block

**NONE: internal change**
  • Loading branch information
xeader committed Jul 28, 2023
1 parent 44f474f commit b8e63c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_label: Adding Sass
To get started with Sass, install the [@roots/bud-sass](/extensions/bud-sass) extension.

```sh npm2yarn
npm install @roots/bud-swc --save-dev
npm install @roots/bud-sass --save-dev
```

If you need to further customize Sass for your application, reference the [@roots/bud-sass documentation](/extensions/bud-sass).

0 comments on commit b8e63c4

Please sign in to comment.