compass-flex-box 0.2 → 0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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