We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33496c5 commit 6396d34Copy full SHA for 6396d34
1 file changed
README.md
@@ -39,12 +39,12 @@ And see the result on `http://localhost:3000/`
39
40
To build everything once for production deploy (in `/dist/` folder)
41
42
-This build uses all generated HTML files for _UnCSS_. If it removes something you need to keep, add and array to `ignore` option in `gulpfile.esm.js`.
43
-
44
```shell
45
npm run build
46
```
47
+This build uses all generated HTML files for _UnCSS_. If it removes something you need to keep, add and array to `ignore` option in `gulpfile.esm.js`.
+
48
## CSS (Sass preprocessor)
49
50
`index.css` is compiled from `src/scss/index.scss` by [Sass](http://sass-lang.com/).
0 commit comments