true not false

This commit is contained in:
Scott Davis 2011-09-06 22:50:50 -04:00
parent 16bbc81763
commit 0667ccf89c

View File

@ -64,10 +64,10 @@ Alternatively you can use the `@include all-selectors-sprites;` after the import
} }
## Disabling ## Disabling
To disable this feature set `$disable-magic-sprite-selectors` to false before calling the sprite mixin To disable this feature set `$disable-magic-sprite-selectors` to true before calling the sprite mixin
a { a {
$disable-magic-sprite-selectors:false; $disable-magic-sprite-selectors:true;
@include selectors-sprite(ten-by-ten) @include selectors-sprite(ten-by-ten)
} }