Skip to content

Commit

Permalink
test(travis): add travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 25, 2016
1 parent 8ec0599 commit f69c6bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sudo: false
language: node_js
node_js: "stable"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# suitcss-classnames
# suitcss-classnames [![Build Status](https://travis-ci.org/dwango-js/suitcss-classnames.svg?branch=master)](https://travis-ci.org/dwango-js/suitcss-classnames)

SuitCSS compatible classnames builder libray.
Class names builder library compatible for Suit CSS naming conventions.

- [SUIT CSS: style tools for UI components](http://suitcss.github.io/ "SUIT CSS: style tools for UI components")
- [SUIT CSS naming conventions](https://github.com/suitcss/suit/blob/master/doc/naming-conventions.md "SUIT CSS naming conventions")
Expand All @@ -13,7 +13,7 @@ SuitCSS compatible classnames builder libray.

### `suitClassNames(suitCSSObject): string`

suitCSSObject is a following object:
`suitCSSObject` is a following object:

```js
const SuitCSSObject = {
Expand Down Expand Up @@ -63,7 +63,7 @@ console.log(classes);
// [ 'ComponentName', 'is-active' ]
```

### use case
### Use case

If you use it in react component, write following pattern:

Expand Down

0 comments on commit f69c6bf

Please sign in to comment.