added "enable-" to booleans
This commit is contained in:
parent
0bc6e58e2e
commit
d283e11395
7 changed files with 14 additions and 14 deletions
|
@ -286,7 +286,7 @@ img.start, img.end {
|
|||
|
||||
|
||||
// width helpers boolean
|
||||
& when (@helpers-width = true) {
|
||||
& when (@enable-helpers-width = true) {
|
||||
/* blocks widths (percentage and pixels) */
|
||||
.w10 { width: 10%; }
|
||||
.w20 { width: 20%; }
|
||||
|
@ -322,7 +322,7 @@ img.start, img.end {
|
|||
|
||||
|
||||
// spacing helpers boolean
|
||||
& when (@helpers-spacing = true) {
|
||||
& when (@enable-helpers-spacing = true) {
|
||||
/* spacing helpers
|
||||
p,m = padding,margin
|
||||
a,t,r,b,l = all,top,right,bottom,left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue