compass-flex-box 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_flex-box.scss +1 -0
- metadata +3 -3
data/stylesheets/_flex-box.scss
CHANGED
@@ -275,6 +275,7 @@ $default-flex-flow: $default-flex-direction $default-flex-wrap !default;
|
|
275
275
|
}
|
276
276
|
@else if $value == wrap {
|
277
277
|
@if $syntax == legacy {
|
278
|
+
@warn "\"#{$property}: #{$value}\" is not supported consistently in the \"#{$syntax}\" syntax";
|
278
279
|
$new-value: multiple;
|
279
280
|
}
|
280
281
|
}
|
metadata
CHANGED