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) }