added "enable-" to booleans

This commit is contained in:
Raphael Goetter 2014-05-04 14:54:52 +02:00
parent 0bc6e58e2e
commit d283e11395
7 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@
/* ----------------------------- */
// Styling boolean
& when (@styling = true) {
& when (@enable-styling = true) {
/* styling elements */
code, kbd, mark {
border-radius: 2px;