We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47d206 commit 2ee12deCopy full SHA for 2ee12de
README.md
@@ -1,5 +1,7 @@
1
# SUIT CSS base
2
3
+[](https://travis-ci.org/suitcss/base)
4
+
5
Base styles for web applications. Provides a thin layer on top of
6
[Normalize.css](https://github.com/necolas/normalize.css).
7
@@ -25,6 +27,12 @@ To generate a build:
25
27
npm run build
26
28
```
29
30
+To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)
31
32
+```
33
+npm run lint
34
35
36
To generate the testing build.
37
38
0 commit comments