We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd5b99 commit bde627fCopy full SHA for bde627f
README.md
@@ -42,12 +42,12 @@ open localhost and now you can make changes in style and refresh the page withou
42
43
when you're working on scss to compile it automatically run
44
```
45
-sass --watch docs/_static/scss:docs/_static/css
+npx sass --watch docs/_static/scss:docs/_static/css
46
47
48
-or after changes compile scss once:
+or as a production build:
49
50
-sass docs/_static/scss:docs/_static/css
+npx sass --style compressed --no-source-map docs/_static/scss:docs/_static/css
51
52
53
## Deployment
0 commit comments