Skip to content

Commit

Permalink
Update site/content/docs/5.3/customize/sass.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <juderamond@gmail.com>
  • Loading branch information
mdo and julien-deramond committed Jun 1, 2023
1 parent 4f1070e commit 066c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/customize/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ We like to use the CLI to compile our Sass, but you can use whichever method you
# Install Sass globally
npm install -g sass

# Watches your custom Sass for changes and compiles it to CSS
# Watch your custom Sass for changes and compile it to CSS
sass --watch ./scss/custom.scss ./css/custom.css
```

Expand Down

0 comments on commit 066c60b

Please sign in to comment.