bourbon 3.1.8 → 3.2.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/_bourbon.scss +12 -2
  3. data/app/assets/stylesheets/addons/_button.scss +3 -3
  4. data/app/assets/stylesheets/addons/_clearfix.scss +5 -11
  5. data/app/assets/stylesheets/addons/_directional-values.scss +114 -0
  6. data/app/assets/stylesheets/addons/_ellipsis.scss +7 -0
  7. data/app/assets/stylesheets/addons/_font-family.scss +1 -1
  8. data/app/assets/stylesheets/addons/_hide-text.scss +8 -3
  9. data/app/assets/stylesheets/addons/_html5-input-types.scss +57 -3
  10. data/app/assets/stylesheets/addons/_position.scss +6 -16
  11. data/app/assets/stylesheets/addons/_prefixer.scss +1 -5
  12. data/app/assets/stylesheets/addons/_rem.scss +33 -0
  13. data/app/assets/stylesheets/addons/_retina-image.scss +4 -5
  14. data/app/assets/stylesheets/css3/_background.scss +8 -8
  15. data/app/assets/stylesheets/css3/_border-image.scss +1 -0
  16. data/app/assets/stylesheets/css3/_calc.scss +4 -0
  17. data/app/assets/stylesheets/css3/_flex-box.scss +269 -0
  18. data/app/assets/stylesheets/css3/_hyphens.scss +4 -0
  19. data/app/assets/stylesheets/css3/_image-rendering.scss +3 -3
  20. data/app/assets/stylesheets/css3/_keyframes.scss +0 -7
  21. data/app/assets/stylesheets/css3/_linear-gradient.scss +7 -10
  22. data/app/assets/stylesheets/css3/_radial-gradient.scss +6 -11
  23. data/app/assets/stylesheets/css3/_transition.scss +4 -4
  24. data/app/assets/stylesheets/functions/_golden-ratio.scss +3 -0
  25. data/app/assets/stylesheets/functions/_modular-scale.scss +54 -28
  26. data/app/assets/stylesheets/functions/_px-to-em.scss +7 -2
  27. data/app/assets/stylesheets/functions/_radial-gradient.scss +7 -7
  28. data/app/assets/stylesheets/functions/_strip-units.scss +5 -0
  29. data/app/assets/stylesheets/functions/_unpack.scss +17 -0
  30. data/app/assets/stylesheets/helpers/_radial-arg-parser.scss +4 -4
  31. data/app/assets/stylesheets/settings/_prefixer.scss +6 -0
  32. data/app/assets/stylesheets/settings/_px-to-em.scss +1 -0
  33. data/bourbon.gemspec +2 -2
  34. data/bower.json +16 -0
  35. data/dist/_bourbon-deprecated-upcoming.scss +13 -0
  36. data/dist/_bourbon.scss +69 -0
  37. data/dist/addons/_button.scss +273 -0
  38. data/dist/addons/_clearfix.scss +23 -0
  39. data/dist/addons/_directional-values.scss +114 -0
  40. data/dist/addons/_ellipsis.scss +7 -0
  41. data/dist/addons/_font-family.scss +5 -0
  42. data/dist/addons/_hide-text.scss +10 -0
  43. data/dist/addons/_html5-input-types.scss +110 -0
  44. data/dist/addons/_position.scss +32 -0
  45. data/dist/addons/_prefixer.scss +45 -0
  46. data/dist/addons/_rem.scss +33 -0
  47. data/dist/addons/_retina-image.scss +31 -0
  48. data/dist/addons/_size.scss +44 -0
  49. data/dist/addons/_timing-functions.scss +32 -0
  50. data/dist/addons/_triangle.scss +45 -0
  51. data/dist/css3/_animation.scss +52 -0
  52. data/dist/css3/_appearance.scss +3 -0
  53. data/dist/css3/_backface-visibility.scss +6 -0
  54. data/dist/css3/_background-image.scss +48 -0
  55. data/dist/css3/_background.scss +103 -0
  56. data/dist/css3/_border-image.scss +56 -0
  57. data/dist/css3/_border-radius.scss +22 -0
  58. data/dist/css3/_box-sizing.scss +4 -0
  59. data/dist/css3/_calc.scss +4 -0
  60. data/dist/css3/_columns.scss +47 -0
  61. data/dist/css3/_flex-box.scss +321 -0
  62. data/dist/css3/_font-face.scss +23 -0
  63. data/dist/css3/_hidpi-media-query.scss +10 -0
  64. data/dist/css3/_hyphens.scss +4 -0
  65. data/dist/css3/_image-rendering.scss +13 -0
  66. data/dist/css3/_inline-block.scss +8 -0
  67. data/dist/css3/_keyframes.scss +36 -0
  68. data/dist/css3/_linear-gradient.scss +38 -0
  69. data/dist/css3/_perspective.scss +8 -0
  70. data/dist/css3/_placeholder.scss +29 -0
  71. data/dist/css3/_radial-gradient.scss +39 -0
  72. data/dist/css3/_transform.scss +15 -0
  73. data/dist/css3/_transition.scss +34 -0
  74. data/dist/css3/_user-select.scss +3 -0
  75. data/dist/functions/_flex-grid.scss +39 -0
  76. data/dist/functions/_golden-ratio.scss +3 -0
  77. data/dist/functions/_grid-width.scss +13 -0
  78. data/dist/functions/_linear-gradient.scss +13 -0
  79. data/dist/functions/_modular-scale.scss +66 -0
  80. data/dist/functions/_px-to-em.scss +13 -0
  81. data/dist/functions/_radial-gradient.scss +23 -0
  82. data/dist/functions/_strip-units.scss +5 -0
  83. data/dist/functions/_tint-shade.scss +9 -0
  84. data/dist/functions/_transition-property-name.scss +22 -0
  85. data/dist/functions/_unpack.scss +17 -0
  86. data/dist/helpers/_gradient-positions-parser.scss +13 -0
  87. data/dist/helpers/_linear-positions-parser.scss +61 -0
  88. data/dist/helpers/_radial-arg-parser.scss +69 -0
  89. data/dist/helpers/_radial-positions-parser.scss +18 -0
  90. data/dist/helpers/_render-gradients.scss +26 -0
  91. data/dist/helpers/_shape-size-stripper.scss +10 -0
  92. data/dist/settings/_prefixer.scss +6 -0
  93. data/dist/settings/_px-to-em.scss +1 -0
  94. data/lib/bourbon/version.rb +1 -1
  95. data/readme.md +2 -0
  96. metadata +77 -9
  97. data/app/assets/stylesheets/functions/_compact.scss +0 -11
  98. data/app/assets/stylesheets/helpers/_deprecated-webkit-gradient.scss +0 -39
@@ -0,0 +1,5 @@
1
+ // Srtips the units from a value. e.g. 12px -> 12
2
+
3
+ @function strip-units($val) {
4
+ @return ($val / ($val * 0 + 1));
5
+ }
@@ -0,0 +1,9 @@
1
+ // Add percentage of white to a color
2
+ @function tint($color, $percent){
3
+ @return mix(white, $color, $percent);
4
+ }
5
+
6
+ // Add percentage of black to a color
7
+ @function shade($color, $percent){
8
+ @return mix(black, $color, $percent);
9
+ }
@@ -0,0 +1,22 @@
1
+ // Return vendor-prefixed property names if appropriate
2
+ // Example: transition-property-names((transform, color, background), moz) -> -moz-transform, color, background
3
+ //************************************************************************//
4
+ @function transition-property-names($props, $vendor: false) {
5
+ $new-props: ();
6
+
7
+ @each $prop in $props {
8
+ $new-props: append($new-props, transition-property-name($prop, $vendor), comma);
9
+ }
10
+
11
+ @return $new-props;
12
+ }
13
+
14
+ @function transition-property-name($prop, $vendor: false) {
15
+ // put other properties that need to be prefixed here aswell
16
+ @if $vendor and $prop == transform {
17
+ @return unquote('-'+$vendor+'-'+$prop);
18
+ }
19
+ @else {
20
+ @return $prop;
21
+ }
22
+ }
@@ -0,0 +1,17 @@
1
+ // Convert shorthand to the 4-value syntax
2
+
3
+ @function unpack($shorthand) {
4
+ @if length($shorthand) == 1 {
5
+ @return nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1);
6
+ }
7
+ @else if length($shorthand) == 2 {
8
+ @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 1) nth($shorthand, 2);
9
+ }
10
+ @else if length($shorthand) == 3 {
11
+ @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 3) nth($shorthand, 2);
12
+ }
13
+ @else {
14
+ @return $shorthand;
15
+ }
16
+ }
17
+
@@ -0,0 +1,13 @@
1
+ @function _gradient-positions-parser($gradient-type, $gradient-positions) {
2
+ @if $gradient-positions
3
+ and ($gradient-type == linear)
4
+ and (type-of($gradient-positions) != color) {
5
+ $gradient-positions: _linear-positions-parser($gradient-positions);
6
+ }
7
+ @else if $gradient-positions
8
+ and ($gradient-type == radial)
9
+ and (type-of($gradient-positions) != color) {
10
+ $gradient-positions: _radial-positions-parser($gradient-positions);
11
+ }
12
+ @return $gradient-positions;
13
+ }
@@ -0,0 +1,61 @@
1
+ @function _linear-positions-parser($pos) {
2
+ $type: type-of(nth($pos, 1));
3
+ $spec: null;
4
+ $degree: null;
5
+ $side: null;
6
+ $corner: null;
7
+ $length: length($pos);
8
+ // Parse Side and corner positions
9
+ @if ($length > 1) {
10
+ @if nth($pos, 1) == "to" { // Newer syntax
11
+ $side: nth($pos, 2);
12
+
13
+ @if $length == 2 { // eg. to top
14
+ // Swap for backwards compatability
15
+ $degree: _position-flipper(nth($pos, 2));
16
+ }
17
+ @else if $length == 3 { // eg. to top left
18
+ $corner: nth($pos, 3);
19
+ }
20
+ }
21
+ @else if $length == 2 { // Older syntax ("top left")
22
+ $side: _position-flipper(nth($pos, 1));
23
+ $corner: _position-flipper(nth($pos, 2));
24
+ }
25
+
26
+ @if ("#{$side} #{$corner}" == "left top") or ("#{$side} #{$corner}" == "top left") {
27
+ $degree: _position-flipper(#{$side}) _position-flipper(#{$corner});
28
+ }
29
+ @else if ("#{$side} #{$corner}" == "right top") or ("#{$side} #{$corner}" == "top right") {
30
+ $degree: _position-flipper(#{$side}) _position-flipper(#{$corner});
31
+ }
32
+ @else if ("#{$side} #{$corner}" == "right bottom") or ("#{$side} #{$corner}" == "bottom right") {
33
+ $degree: _position-flipper(#{$side}) _position-flipper(#{$corner});
34
+ }
35
+ @else if ("#{$side} #{$corner}" == "left bottom") or ("#{$side} #{$corner}" == "bottom left") {
36
+ $degree: _position-flipper(#{$side}) _position-flipper(#{$corner});
37
+ }
38
+ $spec: to $side $corner;
39
+ }
40
+ @else if $length == 1 {
41
+ // Swap for backwards compatability
42
+ @if $type == string {
43
+ $degree: $pos;
44
+ $spec: to _position-flipper($pos);
45
+ }
46
+ @else {
47
+ $degree: -270 - $pos; //rotate the gradient opposite from spec
48
+ $spec: $pos;
49
+ }
50
+ }
51
+ $degree: unquote($degree + ",");
52
+ $spec: unquote($spec + ",");
53
+ @return $degree $spec;
54
+ }
55
+
56
+ @function _position-flipper($pos) {
57
+ @return if($pos == left, right, null)
58
+ if($pos == right, left, null)
59
+ if($pos == top, bottom, null)
60
+ if($pos == bottom, top, null);
61
+ }
@@ -0,0 +1,69 @@
1
+ @function _radial-arg-parser($G1, $G2, $pos, $shape-size) {
2
+ @each $value in $G1, $G2 {
3
+ $first-val: nth($value, 1);
4
+ $pos-type: type-of($first-val);
5
+ $spec-at-index: null;
6
+
7
+ // Determine if spec was passed to mixin
8
+ @if type-of($value) == list {
9
+ $spec-at-index: if(index($value, at), index($value, at), false);
10
+ }
11
+ @if $spec-at-index {
12
+ @if $spec-at-index > 1 {
13
+ @for $i from 1 through ($spec-at-index - 1) {
14
+ $shape-size: $shape-size nth($value, $i);
15
+ }
16
+ @for $i from ($spec-at-index + 1) through length($value) {
17
+ $pos: $pos nth($value, $i);
18
+ }
19
+ }
20
+ @else if $spec-at-index == 1 {
21
+ @for $i from ($spec-at-index + 1) through length($value) {
22
+ $pos: $pos nth($value, $i);
23
+ }
24
+ }
25
+ $G1: null;
26
+ }
27
+
28
+ // If not spec calculate correct values
29
+ @else {
30
+ @if ($pos-type != color) or ($first-val != "transparent") {
31
+ @if ($pos-type == number)
32
+ or ($first-val == "center")
33
+ or ($first-val == "top")
34
+ or ($first-val == "right")
35
+ or ($first-val == "bottom")
36
+ or ($first-val == "left") {
37
+
38
+ $pos: $value;
39
+
40
+ @if $pos == $G1 {
41
+ $G1: null;
42
+ }
43
+ }
44
+
45
+ @else if
46
+ ($first-val == "ellipse")
47
+ or ($first-val == "circle")
48
+ or ($first-val == "closest-side")
49
+ or ($first-val == "closest-corner")
50
+ or ($first-val == "farthest-side")
51
+ or ($first-val == "farthest-corner")
52
+ or ($first-val == "contain")
53
+ or ($first-val == "cover") {
54
+
55
+ $shape-size: $value;
56
+
57
+ @if $value == $G1 {
58
+ $G1: null;
59
+ }
60
+
61
+ @else if $value == $G2 {
62
+ $G2: null;
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ @return $G1, $G2, $pos, $shape-size;
69
+ }
@@ -0,0 +1,18 @@
1
+ @function _radial-positions-parser($gradient-pos) {
2
+ $shape-size: nth($gradient-pos, 1);
3
+ $pos: nth($gradient-pos, 2);
4
+ $shape-size-spec: _shape-size-stripper($shape-size);
5
+
6
+ $pre-spec: unquote(if($pos, "#{$pos}, ", null))
7
+ unquote(if($shape-size, "#{$shape-size},", null));
8
+ $pos-spec: if($pos, "at #{$pos}", null);
9
+
10
+ $spec: "#{$shape-size-spec} #{$pos-spec}";
11
+
12
+ // Add comma
13
+ @if ($spec != ' ') {
14
+ $spec: "#{$spec},"
15
+ }
16
+
17
+ @return $pre-spec $spec;
18
+ }
@@ -0,0 +1,26 @@
1
+ // User for linear and radial gradients within background-image or border-image properties
2
+
3
+ @function _render-gradients($gradient-positions, $gradients, $gradient-type, $vendor: false) {
4
+ $pre-spec: null;
5
+ $spec: null;
6
+ $vendor-gradients: null;
7
+ @if $gradient-type == linear {
8
+ @if $gradient-positions {
9
+ $pre-spec: nth($gradient-positions, 1);
10
+ $spec: nth($gradient-positions, 2);
11
+ }
12
+ }
13
+ @else if $gradient-type == radial {
14
+ $pre-spec: nth($gradient-positions, 1);
15
+ $spec: nth($gradient-positions, 2);
16
+ }
17
+
18
+ @if $vendor {
19
+ $vendor-gradients: -#{$vendor}-#{$gradient-type}-gradient(#{$pre-spec} $gradients);
20
+ }
21
+ @else if $vendor == false {
22
+ $vendor-gradients: "#{$gradient-type}-gradient(#{$spec} #{$gradients})";
23
+ $vendor-gradients: unquote($vendor-gradients);
24
+ }
25
+ @return $vendor-gradients;
26
+ }
@@ -0,0 +1,10 @@
1
+ @function _shape-size-stripper($shape-size) {
2
+ $shape-size-spec: null;
3
+ @each $value in $shape-size {
4
+ @if ($value == "cover") or ($value == "contain") {
5
+ $value: null;
6
+ }
7
+ $shape-size-spec: "#{$shape-size-spec} #{$value}";
8
+ }
9
+ @return $shape-size-spec;
10
+ }
@@ -0,0 +1,6 @@
1
+ // Variable settings for /addons/prefixer.scss
2
+ $prefix-for-webkit: true !default;
3
+ $prefix-for-mozilla: true !default;
4
+ $prefix-for-microsoft: true !default;
5
+ $prefix-for-opera: true !default;
6
+ $prefix-for-spec: true !default; // required for keyframe mixin
@@ -0,0 +1 @@
1
+ $em-base: 16px !default;
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "3.1.8"
2
+ VERSION = "3.2.0.beta.1"
3
3
  end
data/readme.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Code Climate](https://codeclimate.com/github/thoughtbot/bourbon.png)](https://codeclimate.com/github/thoughtbot/bourbon)
2
+
1
3
  [![Bourbon Sass Mixin Library](http://bourbon.io/images/shared/bourbon-logo.png)](http://bourbon.io)
2
4
 
3
5
  # A simple and lightweight mixin library for Sass
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.8
4
+ version: 3.2.0.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil LaPier
@@ -19,7 +19,7 @@ authors:
19
19
  autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
- date: 2013-06-11 00:00:00.000000000 Z
22
+ date: 2013-11-15 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: sass
@@ -27,14 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - '>='
29
29
  - !ruby/object:Gem::Version
30
- version: 3.2.0
30
+ version: 3.3.0.rc.1
31
31
  type: :runtime
32
32
  prerelease: false
33
33
  version_requirements: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - '>='
36
36
  - !ruby/object:Gem::Version
37
- version: 3.2.0
37
+ version: 3.3.0.rc.1
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: thor
40
40
  requirement: !ruby/object:Gem::Requirement
@@ -78,7 +78,7 @@ dependencies:
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  description: |
81
- The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive framework of
81
+ Bourbon provides a comprehensive framework of
82
82
  sass mixins that are designed to be as vanilla as possible. Meaning they
83
83
  should not deter from the original CSS syntax. The mixins contain vendor
84
84
  specific prefixes for all CSS3 properties for support amongst modern
@@ -100,11 +100,14 @@ files:
100
100
  - app/assets/stylesheets/_bourbon.scss
101
101
  - app/assets/stylesheets/addons/_button.scss
102
102
  - app/assets/stylesheets/addons/_clearfix.scss
103
+ - app/assets/stylesheets/addons/_directional-values.scss
104
+ - app/assets/stylesheets/addons/_ellipsis.scss
103
105
  - app/assets/stylesheets/addons/_font-family.scss
104
106
  - app/assets/stylesheets/addons/_hide-text.scss
105
107
  - app/assets/stylesheets/addons/_html5-input-types.scss
106
108
  - app/assets/stylesheets/addons/_position.scss
107
109
  - app/assets/stylesheets/addons/_prefixer.scss
110
+ - app/assets/stylesheets/addons/_rem.scss
108
111
  - app/assets/stylesheets/addons/_retina-image.scss
109
112
  - app/assets/stylesheets/addons/_size.scss
110
113
  - app/assets/stylesheets/addons/_timing-functions.scss
@@ -117,10 +120,12 @@ files:
117
120
  - app/assets/stylesheets/css3/_border-image.scss
118
121
  - app/assets/stylesheets/css3/_border-radius.scss
119
122
  - app/assets/stylesheets/css3/_box-sizing.scss
123
+ - app/assets/stylesheets/css3/_calc.scss
120
124
  - app/assets/stylesheets/css3/_columns.scss
121
125
  - app/assets/stylesheets/css3/_flex-box.scss
122
126
  - app/assets/stylesheets/css3/_font-face.scss
123
127
  - app/assets/stylesheets/css3/_hidpi-media-query.scss
128
+ - app/assets/stylesheets/css3/_hyphens.scss
124
129
  - app/assets/stylesheets/css3/_image-rendering.scss
125
130
  - app/assets/stylesheets/css3/_inline-block.scss
126
131
  - app/assets/stylesheets/css3/_keyframes.scss
@@ -131,24 +136,87 @@ files:
131
136
  - app/assets/stylesheets/css3/_transform.scss
132
137
  - app/assets/stylesheets/css3/_transition.scss
133
138
  - app/assets/stylesheets/css3/_user-select.scss
134
- - app/assets/stylesheets/functions/_compact.scss
135
139
  - app/assets/stylesheets/functions/_flex-grid.scss
140
+ - app/assets/stylesheets/functions/_golden-ratio.scss
136
141
  - app/assets/stylesheets/functions/_grid-width.scss
137
142
  - app/assets/stylesheets/functions/_linear-gradient.scss
138
143
  - app/assets/stylesheets/functions/_modular-scale.scss
139
144
  - app/assets/stylesheets/functions/_px-to-em.scss
140
145
  - app/assets/stylesheets/functions/_radial-gradient.scss
146
+ - app/assets/stylesheets/functions/_strip-units.scss
141
147
  - app/assets/stylesheets/functions/_tint-shade.scss
142
148
  - app/assets/stylesheets/functions/_transition-property-name.scss
143
- - app/assets/stylesheets/helpers/_deprecated-webkit-gradient.scss
149
+ - app/assets/stylesheets/functions/_unpack.scss
144
150
  - app/assets/stylesheets/helpers/_gradient-positions-parser.scss
145
151
  - app/assets/stylesheets/helpers/_linear-positions-parser.scss
146
152
  - app/assets/stylesheets/helpers/_radial-arg-parser.scss
147
153
  - app/assets/stylesheets/helpers/_radial-positions-parser.scss
148
154
  - app/assets/stylesheets/helpers/_render-gradients.scss
149
155
  - app/assets/stylesheets/helpers/_shape-size-stripper.scss
156
+ - app/assets/stylesheets/settings/_prefixer.scss
157
+ - app/assets/stylesheets/settings/_px-to-em.scss
150
158
  - bin/bourbon
151
159
  - bourbon.gemspec
160
+ - bower.json
161
+ - dist/_bourbon-deprecated-upcoming.scss
162
+ - dist/_bourbon.scss
163
+ - dist/addons/_button.scss
164
+ - dist/addons/_clearfix.scss
165
+ - dist/addons/_directional-values.scss
166
+ - dist/addons/_ellipsis.scss
167
+ - dist/addons/_font-family.scss
168
+ - dist/addons/_hide-text.scss
169
+ - dist/addons/_html5-input-types.scss
170
+ - dist/addons/_position.scss
171
+ - dist/addons/_prefixer.scss
172
+ - dist/addons/_rem.scss
173
+ - dist/addons/_retina-image.scss
174
+ - dist/addons/_size.scss
175
+ - dist/addons/_timing-functions.scss
176
+ - dist/addons/_triangle.scss
177
+ - dist/css3/_animation.scss
178
+ - dist/css3/_appearance.scss
179
+ - dist/css3/_backface-visibility.scss
180
+ - dist/css3/_background-image.scss
181
+ - dist/css3/_background.scss
182
+ - dist/css3/_border-image.scss
183
+ - dist/css3/_border-radius.scss
184
+ - dist/css3/_box-sizing.scss
185
+ - dist/css3/_calc.scss
186
+ - dist/css3/_columns.scss
187
+ - dist/css3/_flex-box.scss
188
+ - dist/css3/_font-face.scss
189
+ - dist/css3/_hidpi-media-query.scss
190
+ - dist/css3/_hyphens.scss
191
+ - dist/css3/_image-rendering.scss
192
+ - dist/css3/_inline-block.scss
193
+ - dist/css3/_keyframes.scss
194
+ - dist/css3/_linear-gradient.scss
195
+ - dist/css3/_perspective.scss
196
+ - dist/css3/_placeholder.scss
197
+ - dist/css3/_radial-gradient.scss
198
+ - dist/css3/_transform.scss
199
+ - dist/css3/_transition.scss
200
+ - dist/css3/_user-select.scss
201
+ - dist/functions/_flex-grid.scss
202
+ - dist/functions/_golden-ratio.scss
203
+ - dist/functions/_grid-width.scss
204
+ - dist/functions/_linear-gradient.scss
205
+ - dist/functions/_modular-scale.scss
206
+ - dist/functions/_px-to-em.scss
207
+ - dist/functions/_radial-gradient.scss
208
+ - dist/functions/_strip-units.scss
209
+ - dist/functions/_tint-shade.scss
210
+ - dist/functions/_transition-property-name.scss
211
+ - dist/functions/_unpack.scss
212
+ - dist/helpers/_gradient-positions-parser.scss
213
+ - dist/helpers/_linear-positions-parser.scss
214
+ - dist/helpers/_radial-arg-parser.scss
215
+ - dist/helpers/_radial-positions-parser.scss
216
+ - dist/helpers/_render-gradients.scss
217
+ - dist/helpers/_shape-size-stripper.scss
218
+ - dist/settings/_prefixer.scss
219
+ - dist/settings/_px-to-em.scss
152
220
  - features/install.feature
153
221
  - features/step_definitions/bourbon_steps.rb
154
222
  - features/support/bourbon_support.rb
@@ -175,9 +243,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
243
  version: '0'
176
244
  required_rubygems_version: !ruby/object:Gem::Requirement
177
245
  requirements:
178
- - - '>='
246
+ - - '>'
179
247
  - !ruby/object:Gem::Version
180
- version: '0'
248
+ version: 1.3.1
181
249
  requirements: []
182
250
  rubyforge_project: bourbon
183
251
  rubygems_version: 2.0.3