summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-03-03 17:34:48 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-03-03 17:34:48 -0600
commitcd51806f13a43e4711d48181b29a37b6db23dc95 (patch)
tree90553a10cf38a427afd95f50818ae2862d2661a8 /README.rst
parentd386631af64a9a78bca1ab41a62b237c31d4f602 (diff)
downloadpyscss-cd51806f13a43e4711d48181b29a37b6db23dc95.tar.gz
Fixed documentation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index bc56004..9bf10a0 100644
--- a/README.rst
+++ b/README.rst
@@ -182,7 +182,7 @@ Examples
background: $icons;
}
@each $icon in sprites($icons) {
- div .$icon {
+ div .#{$icon} {
width: image-width(sprite-file($icons, $icon));
height: image-height(sprite-file($icons, $icon));
background-position: sprite-position($icons, $icon);