From 1177d70bb49ccc8a00a5a6c58814b3e52f55f363 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Mon, 7 Jul 2014 12:28:08 -0700 Subject: [PATCH] Updating docs. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7d98a54..2e73a9c 100644 --- a/README.md +++ b/README.md @@ -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