diff options
author | German M. Bravo <german.mb@deipi.com> | 2011-02-19 00:10:37 -0600 |
---|---|---|
committer | German M. Bravo <german.mb@deipi.com> | 2011-02-19 00:10:37 -0600 |
commit | a762ffcb57ca125dd96fe09cfd8fcf82e1bf5d00 (patch) | |
tree | 999c55041bad6382c6d23f5beafe187658b154c9 /README.rst | |
parent | f242807707a4ef52d32d6d948e49446e52f3625a (diff) | |
download | pyscss-a762ffcb57ca125dd96fe09cfd8fcf82e1bf5d00.tar.gz |
Updated documentation
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ Examples Example:: @options compress: no; - $icons: sprite-map("images/sociable/*.png"); // contains icons/new.png among others. + $icons: sprite-map("images/sociable/*.png"); // contains images/sociable/facebook.png among others. div { background: $icons; |