true not false
This commit is contained in:
parent
16bbc81763
commit
0667ccf89c
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user