From 0667ccf89c02fdc4e8a6f700ebb87a851a418c8f Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 6 Sep 2011 22:50:50 -0400 Subject: [PATCH] true not false --- .../content/help/tutorials/spriting/magic-selectors.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-src/content/help/tutorials/spriting/magic-selectors.markdown b/doc-src/content/help/tutorials/spriting/magic-selectors.markdown index 2274972f..a0d4cb9b 100644 --- a/doc-src/content/help/tutorials/spriting/magic-selectors.markdown +++ b/doc-src/content/help/tutorials/spriting/magic-selectors.markdown @@ -64,10 +64,10 @@ Alternatively you can use the `@include all-selectors-sprites;` after the import } ## 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 { - $disable-magic-sprite-selectors:false; + $disable-magic-sprite-selectors:true; @include selectors-sprite(ten-by-ten) }