Skip to content

Commit 066c60b

Browse files
mdojulien-deramond
andauthored
Update site/content/docs/5.3/customize/sass.md
Co-authored-by: Julien Déramond <[email protected]>
1 parent 4f1070e commit 066c60b

File tree

1 file changed

+1
-1
lines changed
  • site/content/docs/5.3/customize

1 file changed

+1
-1
lines changed

site/content/docs/5.3/customize/sass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ We like to use the CLI to compile our Sass, but you can use whichever method you
9797
# Install Sass globally
9898
npm install -g sass
9999

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

0 commit comments

Comments
 (0)