File tree 2 files changed +4
-8
lines changed
static/vendor/susy-1.0.5/sass/susy
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ $rem-with-px-fallback : true !default;
21
21
$columns : $total-columns
22
22
) {
23
23
@if round ($columns ) != $columns {
24
- @warn " Susy works best with integer column-spans.
25
- For partial-columns, you may need to finesse the math by hand using functions directly." ;
24
+ @warn " Susy works best with integer column-spans. For partial-columns, you may need to finesse the math by hand using functions directly." ;
26
25
}
27
26
@return ($columns * $column-width ) + (if ($columns >= 1 , ceil ($columns - 1 ), 0 ) * $gutter-width );
28
27
}
@@ -270,12 +269,10 @@ $rem-with-px-fallback : true !default;
270
269
$min : nth ($media ,2 );
271
270
}
272
271
} @else {
273
- @warn " Can't compare incompatible units.
274
- Using #{$min } for min-width, and #{$max } for max-width" ;
272
+ @warn " Can't compare incompatible units. Using #{$min } for min-width, and #{$max } for max-width" ;
275
273
}
276
274
@if (length ($media ) > 2 ) {
277
- @warn " You can only send two lengths: a min-width and an (optional) max-width.
278
- You sent #{length ($media )} : #{$media } " ;
275
+ @warn " You can only send two lengths: a min-width and an (optional) max-width. You sent #{length ($media )} : #{$media } " ;
279
276
}
280
277
}
281
278
}
Original file line number Diff line number Diff line change 105
105
}
106
106
107
107
} @else {
108
- @warn " You need to provide either a valid layout (number of columns)
109
- or a valid media-query min-width breakpoint (length)." ;
108
+ @warn " You need to provide either a valid layout (number of columns) or a valid media-query min-width breakpoint (length)." ;
110
109
}
111
110
112
111
}
You can’t perform that action at this time.
0 commit comments