compass-flex-box 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/stylesheets/_flex-box.scss +1 -0
  2. metadata +3 -3
@@ -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
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-flex-box
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
9
- version: "0.2"
8
+ - 3
9
+ version: "0.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Hettler