summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-21 12:20:54 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-21 12:20:54 -0600
commitf8f7f8c45e0c3e282ab7bf9412719c8727b04b14 (patch)
tree675c4b8814993725a1b309caa912569326b5a49b /README.rst
parent6865f44b78658bb81e572ce7115d5d8c414fa2ee (diff)
downloadpyscss-f8f7f8c45e0c3e282ab7bf9412719c8727b04b14.tar.gz
Documentation updated
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 380aba1..7fd1fd6 100644
--- a/README.rst
+++ b/README.rst
@@ -171,10 +171,9 @@ Examples
background: $icons;
}
@each $icon in sprites($icons) {
- $icon_file: sprite-file($icons, $icon);
div .$icon {
- width: image-width($icon_file);
- height: image-height($icon_file);
+ width: image-width(sprite-file($icons, $icon));
+ height: image-height(sprite-file($icons, $icon));
background-position: sprite-position($icons, $icon);
}
}