Drop the styleguide command in docs pretty sure it doesn't work

This commit is contained in:
Benjamin Melançon 2019-08-30 18:58:22 -04:00
parent d100686c09
commit 11c41f2a38

View file

@ -87,17 +87,12 @@ Provided by default are seven npm scripts that point to Gulp tasks. We run gulp
npm run compress
```
5. Build the KSS Style guide.
```
npm run styleguide
```
6. Lint Sass and JS files.
5. Lint Sass and JS files.
```
npm run lint
```
7. Delete compiled Sass, JS and style guide files from the /dist directory.
6. Delete compiled Sass, JS and style guide files from the /dist directory.
```
npm run clean
```