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

@ -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