Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanzero committed Sep 28, 2016
1 parent 0dea2b1 commit cface2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,12 @@ a {
**Example for Stylus**

```
@import 'path/open-color.styl';
@import 'path/open-color.styl'
.body
background-color: oc-gray-0
color: oc-gray-7
a
color: @oc-teal-7
Expand Down Expand Up @@ -142,6 +141,7 @@ Check out the list below.

- `open-color.less`
- `open-color.scss`
- `open-color.styl`
- `open-color.css`
- `docs/_config.yml`
- `docs/_sass/_open-color.scss`
Expand All @@ -154,6 +154,7 @@ Check out the list below.
- `package.json`
- `open-color.less`
- `open-color.scss`
- `open-color.styl`
- `open-color.css`
- `docs/_config.yml`
- `docs/_sass/_open-color.scss`
Expand Down

0 comments on commit cface2f

Please sign in to comment.