added "enable-" to booleans
This commit is contained in:
parent
0bc6e58e2e
commit
d283e11395
7 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
/* ----------------------------- */
|
||||
|
||||
// Styling boolean
|
||||
& when (@styling = true) {
|
||||
& when (@enable-styling = true) {
|
||||
/* styling elements */
|
||||
code, kbd, mark {
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue