Skip to content

Commit 2ee12de

Browse files
committed
Update README
1 parent d47d206 commit 2ee12de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SUIT CSS base
22

3+
[![Build Status](https://travis-ci.org/suitcss/base.svg?branch=master)](https://travis-ci.org/suitcss/base)
4+
35
Base styles for web applications. Provides a thin layer on top of
46
[Normalize.css](https://github.com/necolas/normalize.css).
57

@@ -25,6 +27,12 @@ To generate a build:
2527
npm run build
2628
```
2729

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+
2836
To generate the testing build.
2937

3038
```

0 commit comments

Comments
 (0)