Skip to content

Commit 6396d34

Browse files
authored
documentation enhancement: better order
1 parent 33496c5 commit 6396d34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ And see the result on `http://localhost:3000/`
3939

4040
To build everything once for production deploy (in `/dist/` folder)
4141

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-
4442
```shell
4543
npm run build
4644
```
4745

46+
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`.
47+
4848
## CSS (Sass preprocessor)
4949

5050
`index.css` is compiled from `src/scss/index.scss` by [Sass](http://sass-lang.com/).

0 commit comments

Comments
 (0)