Skip to content

Commit

Permalink
Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Jul 7, 2014
1 parent 8af00ac commit 1177d70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ View the project page at [http://clrs.cc](http://clrs.cc "Colors: Better colors
A simple color palette for the web. Let's be honest, out of the box, the color strings that css provides aren't... the tops.
This is a set of sass/less/stylus/css variables and css classes that can help fix that with just 647B of minified and gzipped css.

(Uncompressed is just 888B)

colors.css provides utilities to apply backgrounds, text-color, border colors for both html and svg elements.

# Example
```
.blue { color: $blue; }
.bg-blue { backgroundcolor: $blue; }
.border--blue { border-color: $blue; }
.fill-blue { fill: $blue; }
.stroke-blue { stroke: $blue; }
```

## Install colors.css

You can get the code a few different ways
Expand Down

0 comments on commit 1177d70

Please sign in to comment.