Skip to content

Commit 6324bdc

Browse files
committed
slightly improve css doc
1 parent fde309c commit 6324bdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/css.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ To build a CSS layer containing all the CSS files required, [clean-css](https://
3838
needs to be installed in the `node_modules` directory of the application.
3939
Clean-css should be added to the application `devDependencies` property in `package.json` so it is
4040
automatically installed with `npm install`.
41+
The following command will do that automatically:
42+
43+
```bash
44+
$ npm install --save-dev clean-css
45+
```
46+

0 commit comments

Comments
 (0)