compass 0.13.alpha.7 → 0.13.alpha.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION.yml +1 -1
  3. data/frameworks/compass/stylesheets/compass/_support.scss +136 -62
  4. data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +1 -1
  5. data/frameworks/compass/stylesheets/compass/css3/_flexbox.scss +11 -2
  6. data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +2 -2
  7. data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +1 -1
  8. data/frameworks/compass/stylesheets/compass/css3/_user-interface.scss +1 -1
  9. data/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss +2 -2
  10. data/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss +1 -1
  11. data/frameworks/compass/stylesheets/compass/utilities/general/_float.scss +3 -3
  12. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +6 -6
  13. data/lib/compass/browser_support.rb +2 -2
  14. data/lib/compass/caniuse.rb +55 -19
  15. data/lib/compass/sass_extensions/functions/cross_browser_support.rb +34 -10
  16. data/test/fixtures/stylesheets/compass/css/animation-with-legacy-ie.css +0 -3
  17. data/test/fixtures/stylesheets/compass/css/animation.css +0 -3
  18. data/test/fixtures/stylesheets/compass/css/filters.css +30 -6
  19. data/test/fixtures/stylesheets/compass/css/gradients.css +7 -2
  20. data/test/fixtures/stylesheets/compass/css/support.css +23 -16
  21. data/test/fixtures/stylesheets/compass/sass/support.scss +45 -8
  22. data/test/fixtures/stylesheets/envtest/tmp/env.css +3 -3
  23. data/test/units/caniuse_test.rb +29 -10
  24. metadata +3 -91
  25. data/test/fixtures/stylesheets/compass/tmp/animation-with-legacy-ie.css +0 -22
  26. data/test/fixtures/stylesheets/compass/tmp/animation.css +0 -22
  27. data/test/fixtures/stylesheets/compass/tmp/appearance.css +0 -3
  28. data/test/fixtures/stylesheets/compass/tmp/background-clip.css +0 -11
  29. data/test/fixtures/stylesheets/compass/tmp/background-origin.css +0 -11
  30. data/test/fixtures/stylesheets/compass/tmp/background-size.css +0 -17
  31. data/test/fixtures/stylesheets/compass/tmp/border_radius.css +0 -14
  32. data/test/fixtures/stylesheets/compass/tmp/box-sizing.css +0 -9
  33. data/test/fixtures/stylesheets/compass/tmp/box.css +0 -103
  34. data/test/fixtures/stylesheets/compass/tmp/box_shadow.css +0 -24
  35. data/test/fixtures/stylesheets/compass/tmp/brightness.css +0 -14
  36. data/test/fixtures/stylesheets/compass/tmp/browser-support.css +0 -306
  37. data/test/fixtures/stylesheets/compass/tmp/color.css +0 -18
  38. data/test/fixtures/stylesheets/compass/tmp/columns.css +0 -134
  39. data/test/fixtures/stylesheets/compass/tmp/filters.css +0 -29
  40. data/test/fixtures/stylesheets/compass/tmp/flexbox.css +0 -94
  41. data/test/fixtures/stylesheets/compass/tmp/fonts.css +0 -4
  42. data/test/fixtures/stylesheets/compass/tmp/force-wrap.css +0 -9
  43. data/test/fixtures/stylesheets/compass/tmp/gradients.css +0 -230
  44. data/test/fixtures/stylesheets/compass/tmp/grid_background.css +0 -64
  45. data/test/fixtures/stylesheets/compass/tmp/hyphenation.css +0 -16
  46. data/test/fixtures/stylesheets/compass/tmp/image_size.css +0 -15
  47. data/test/fixtures/stylesheets/compass/tmp/images.css +0 -8
  48. data/test/fixtures/stylesheets/compass/tmp/layout.css +0 -16
  49. data/test/fixtures/stylesheets/compass/tmp/legacy_clearfix.css +0 -26
  50. data/test/fixtures/stylesheets/compass/tmp/lists.css +0 -145
  51. data/test/fixtures/stylesheets/compass/tmp/opacity.css +0 -3
  52. data/test/fixtures/stylesheets/compass/tmp/print.css +0 -11
  53. data/test/fixtures/stylesheets/compass/tmp/regions.css +0 -9
  54. data/test/fixtures/stylesheets/compass/tmp/replacement.css +0 -59
  55. data/test/fixtures/stylesheets/compass/tmp/reset.css +0 -59
  56. data/test/fixtures/stylesheets/compass/tmp/selection.css +0 -50
  57. data/test/fixtures/stylesheets/compass/tmp/sprites.css +0 -1263
  58. data/test/fixtures/stylesheets/compass/tmp/sprites_with_explicit_separator.css +0 -16
  59. data/test/fixtures/stylesheets/compass/tmp/stretching.css +0 -66
  60. data/test/fixtures/stylesheets/compass/tmp/support.css +0 -59
  61. data/test/fixtures/stylesheets/compass/tmp/text_shadow.css +0 -29
  62. data/test/fixtures/stylesheets/compass/tmp/transform.css +0 -369
  63. data/test/fixtures/stylesheets/compass/tmp/transition.css +0 -116
  64. data/test/fixtures/stylesheets/compass/tmp/typography/links/hover-link.css +0 -4
  65. data/test/fixtures/stylesheets/compass/tmp/units.css +0 -30
  66. data/test/fixtures/stylesheets/compass/tmp/user-interface.css +0 -52
  67. data/test/fixtures/stylesheets/compass/tmp/utilities.css +0 -71
  68. data/test/fixtures/stylesheets/compass/tmp/vertical_rhythm.css +0 -211
@@ -1,14 +0,0 @@
1
- .black-is-0-percent {
2
- brightness: 0%; }
3
-
4
- .white-is-100-percent {
5
- brightness: 100%; }
6
-
7
- .green-is-58-point-7-percent {
8
- brightness: 58.7%; }
9
-
10
- .blue-is-11-point-4-percent {
11
- brightness: 11.4%; }
12
-
13
- .red-is-29-point-9-percent {
14
- brightness: 29.9%; }
@@ -1,306 +0,0 @@
1
- .android {
2
- versions: "2.1", "2.2", "2.3", "3", "4", "4.1", "4.2";
3
- background-img-opts: -webkit;
4
- background-img-opts-unprefixed-at: "3";
5
- border-image: -webkit;
6
- border-radius: -webkit;
7
- border-radius-unprefixed-at: "2.2";
8
- css-animation: -webkit;
9
- css-boxshadow: -webkit;
10
- css-boxshadow-unprefixed-at: "4";
11
- css-canvas: -webkit;
12
- css-gradients: -webkit;
13
- css-masks: -webkit;
14
- css-reflections: -webkit;
15
- css-repeating-gradients: -webkit;
16
- css-transitions: -webkit;
17
- css3-boxsizing: -webkit;
18
- css3-boxsizing-unprefixed-at: "4";
19
- multicolumn: -webkit;
20
- text-stroke: -webkit;
21
- transforms2d: -webkit;
22
- transforms3d: -webkit;
23
- user-select-none: -webkit; }
24
-
25
- .android-chrome {
26
- versions: "0";
27
- css-animation: -webkit;
28
- css-canvas: -webkit;
29
- css-filters: -webkit;
30
- css-masks: -webkit;
31
- css-placeholder: -webkit;
32
- css-reflections: -webkit;
33
- font-feature: -webkit;
34
- intrinsic-width: -webkit;
35
- multicolumn: -webkit;
36
- text-stroke: -webkit;
37
- transforms2d: -webkit;
38
- transforms3d: -webkit;
39
- user-select-none: -webkit; }
40
-
41
- .android-firefox {
42
- versions: "0";
43
- css-hyphens: -moz;
44
- css-repeating-gradients: -moz;
45
- css3-boxsizing: -moz;
46
- css3-tabsize: -moz;
47
- font-feature: -moz;
48
- intrinsic-width: -moz;
49
- multicolumn: -moz;
50
- user-select-none: -moz; }
51
-
52
- .blackberry {
53
- versions: "7", "10";
54
- border-image: -webkit;
55
- border-image-unprefixed-at: "10";
56
- calc: -webkit;
57
- css-animation: -webkit;
58
- css-boxshadow: -webkit;
59
- css-boxshadow-unprefixed-at: "10";
60
- css-canvas: -webkit;
61
- css-filters: -webkit;
62
- css-gradients: -webkit;
63
- css-masks: -webkit;
64
- css-reflections: -webkit;
65
- css-repeating-gradients: -webkit;
66
- css-transitions: -webkit;
67
- css3-boxsizing: -webkit;
68
- css3-boxsizing-unprefixed-at: "10";
69
- flexbox: -webkit;
70
- font-feature: -webkit;
71
- intrinsic-width: -webkit;
72
- multicolumn: -webkit;
73
- text-stroke: -webkit;
74
- transforms2d: -webkit;
75
- transforms3d: -webkit;
76
- user-select-none: -webkit; }
77
-
78
- .chrome {
79
- versions: "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31";
80
- border-image: -webkit;
81
- border-image-unprefixed-at: "16";
82
- border-radius: -webkit;
83
- border-radius-unprefixed-at: "5";
84
- calc: -webkit;
85
- calc-unprefixed-at: "26";
86
- css-animation: -webkit;
87
- css-boxshadow: -webkit;
88
- css-boxshadow-unprefixed-at: "10";
89
- css-canvas: -webkit;
90
- css-filters: -webkit;
91
- css-gradients: -webkit;
92
- css-gradients-unprefixed-at: "26";
93
- css-masks: -webkit;
94
- css-placeholder: -webkit;
95
- css-reflections: -webkit;
96
- css-regions: -webkit;
97
- css-regions-unprefixed-at: "19";
98
- css-repeating-gradients: -webkit;
99
- css-repeating-gradients-unprefixed-at: "26";
100
- css-transitions: -webkit;
101
- css-transitions-unprefixed-at: "26";
102
- css3-boxsizing: -webkit;
103
- css3-boxsizing-unprefixed-at: "10";
104
- flexbox: -webkit;
105
- flexbox-unprefixed-at: "29";
106
- font-feature: -webkit;
107
- intrinsic-width: -webkit;
108
- multicolumn: -webkit;
109
- text-stroke: -webkit;
110
- transforms2d: -webkit;
111
- transforms3d: -webkit;
112
- user-select-none: -webkit; }
113
-
114
- .firefox {
115
- versions: "2", "3", "3.5", "3.6", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25";
116
- background-img-opts: -moz;
117
- background-img-opts-unprefixed-at: "4";
118
- border-image: -moz;
119
- border-image-unprefixed-at: "15";
120
- border-radius: -moz;
121
- border-radius-unprefixed-at: "4";
122
- calc: -moz;
123
- calc-unprefixed-at: "16";
124
- css-animation: -moz;
125
- css-animation-unprefixed-at: "16";
126
- css-boxshadow: -moz;
127
- css-boxshadow-unprefixed-at: "4";
128
- css-gradients: -moz;
129
- css-gradients-unprefixed-at: "16";
130
- css-hyphens: -moz;
131
- css-placeholder: -moz;
132
- css-repeating-gradients: -moz;
133
- css-repeating-gradients-unprefixed-at: "16";
134
- css-resize: prefix-no-longer-needed;
135
- css-resize-unprefixed-at: "5";
136
- css-selection: -moz;
137
- css-transitions: -moz;
138
- css-transitions-unprefixed-at: "16";
139
- css3-boxsizing: -moz;
140
- css3-tabsize: -moz;
141
- font-feature: -moz;
142
- inline-block: prefix-no-longer-needed;
143
- inline-block-unprefixed-at: "3";
144
- intrinsic-width: -moz;
145
- multicolumn: -moz;
146
- transforms2d: -moz;
147
- transforms2d-unprefixed-at: "16";
148
- transforms3d: -moz;
149
- transforms3d-unprefixed-at: "16";
150
- user-select-none: -moz; }
151
-
152
- .ie {
153
- versions: "5.5", "6", "7", "8", "9", "10", "11";
154
- css-grid: -ms;
155
- css-hyphens: -ms;
156
- css-placeholder: -ms;
157
- css-regions: -ms;
158
- transforms2d: -ms;
159
- transforms2d-unprefixed-at: "10";
160
- user-select-none: -ms; }
161
-
162
- .ie-mobile {
163
- versions: "10";
164
- css-grid: -ms;
165
- css-placeholder: -ms;
166
- css-regions: -ms;
167
- user-select-none: -ms; }
168
-
169
- .ios-safari {
170
- versions: "3.2", "4.0-4.1", "4.2-4.3", "5.0-5.1", "6.0-6.1", "7.0";
171
- border-image: -webkit;
172
- border-image-unprefixed-at: "6.0-6.1";
173
- border-radius: -webkit;
174
- border-radius-unprefixed-at: "4.0-4.1";
175
- calc: -webkit;
176
- calc-unprefixed-at: "7.0";
177
- css-animation: -webkit;
178
- css-boxshadow: -webkit;
179
- css-boxshadow-unprefixed-at: "5.0-5.1";
180
- css-canvas: -webkit;
181
- css-filters: -webkit;
182
- css-gradients: -webkit;
183
- css-gradients-unprefixed-at: "7.0";
184
- css-hyphens: -webkit;
185
- css-masks: -webkit;
186
- css-placeholder: -webkit;
187
- css-reflections: -webkit;
188
- css-regions: -webkit;
189
- css-repeating-gradients: -webkit;
190
- css-repeating-gradients-unprefixed-at: "7.0";
191
- css-transitions: -webkit;
192
- css-transitions-unprefixed-at: "7.0";
193
- css3-boxsizing: -webkit;
194
- css3-boxsizing-unprefixed-at: "5.0-5.1";
195
- flexbox: -webkit;
196
- font-feature: -webkit;
197
- intrinsic-width: -webkit;
198
- multicolumn: -webkit;
199
- text-stroke: -webkit;
200
- transforms2d: -webkit;
201
- transforms3d: -webkit;
202
- user-select-none: -webkit; }
203
-
204
- .opera {
205
- versions: "9.5-9.6", "10.0-10.1", "10.5", "10.6", "11", "11.1", "11.5", "11.6", "12", "12.1", "15", "16", "17";
206
- background-img-opts: prefix-no-longer-needed;
207
- background-img-opts-unprefixed-at: "10.5";
208
- border-image: -o;
209
- border-image-unprefixed-at: "15";
210
- css-animation: prefix-no-longer-needed;
211
- css-canvas: prefix-no-longer-needed;
212
- css-filters: prefix-no-longer-needed;
213
- css-gradients: -o;
214
- css-gradients-unprefixed-at: "12.1";
215
- css-masks: prefix-no-longer-needed;
216
- css-placeholder: prefix-no-longer-needed;
217
- css-placeholder-unprefixed-at: "16";
218
- css-reflections: prefix-no-longer-needed;
219
- css-repeating-gradients: -o;
220
- css-repeating-gradients-unprefixed-at: "12.1";
221
- css-transitions: -o;
222
- css-transitions-unprefixed-at: "12.1";
223
- css3-tabsize: -o;
224
- css3-tabsize-unprefixed-at: "15";
225
- flexbox: prefix-no-longer-needed;
226
- font-feature: prefix-no-longer-needed;
227
- intrinsic-width: prefix-no-longer-needed;
228
- multicolumn: prefix-no-longer-needed;
229
- object-fit: -o;
230
- object-fit-unprefixed-at: "15";
231
- text-overflow: -o;
232
- text-overflow-unprefixed-at: "11";
233
- text-stroke: prefix-no-longer-needed;
234
- transforms2d: -o;
235
- transforms3d: prefix-no-longer-needed;
236
- user-select-none: prefix-no-longer-needed; }
237
-
238
- .opera-mini {
239
- versions: "5.0-7.0";
240
- text-overflow: -o; }
241
-
242
- .opera-mobile {
243
- versions: "10", "11.5", "12", "12.1", "14";
244
- border-image: -o;
245
- border-image-unprefixed-at: "14";
246
- css-animation: prefix-no-longer-needed;
247
- css-canvas: prefix-no-longer-needed;
248
- css-filters: prefix-no-longer-needed;
249
- css-gradients: -o;
250
- css-gradients-unprefixed-at: "12.1";
251
- css-masks: prefix-no-longer-needed;
252
- css-placeholder: prefix-no-longer-needed;
253
- css-reflections: prefix-no-longer-needed;
254
- css-repeating-gradients: -o;
255
- css-repeating-gradients-unprefixed-at: "12.1";
256
- css-transitions: -o;
257
- css-transitions-unprefixed-at: "12.1";
258
- css3-tabsize: -o;
259
- css3-tabsize-unprefixed-at: "14";
260
- flexbox: prefix-no-longer-needed;
261
- font-feature: prefix-no-longer-needed;
262
- intrinsic-width: prefix-no-longer-needed;
263
- multicolumn: prefix-no-longer-needed;
264
- object-fit: -o;
265
- object-fit-unprefixed-at: "14";
266
- text-overflow: -o;
267
- text-overflow-unprefixed-at: "12.1";
268
- text-stroke: prefix-no-longer-needed;
269
- transforms2d: -o;
270
- transforms3d: prefix-no-longer-needed;
271
- user-select-none: prefix-no-longer-needed; }
272
-
273
- .safari {
274
- versions: "3.1", "3.2", "4", "5", "5.1", "6", "7";
275
- border-image: -webkit;
276
- border-image-unprefixed-at: "6";
277
- border-radius: -webkit;
278
- border-radius-unprefixed-at: "5";
279
- calc: -webkit;
280
- calc-unprefixed-at: "7";
281
- css-animation: -webkit;
282
- css-boxshadow: -webkit;
283
- css-boxshadow-unprefixed-at: "5.1";
284
- css-canvas: -webkit;
285
- css-filters: -webkit;
286
- css-gradients: -webkit;
287
- css-gradients-unprefixed-at: "7";
288
- css-hyphens: -webkit;
289
- css-masks: -webkit;
290
- css-placeholder: -webkit;
291
- css-reflections: -webkit;
292
- css-regions: -webkit;
293
- css-repeating-gradients: -webkit;
294
- css-repeating-gradients-unprefixed-at: "7";
295
- css-transitions: -webkit;
296
- css-transitions-unprefixed-at: "7";
297
- css3-boxsizing: -webkit;
298
- css3-boxsizing-unprefixed-at: "5.1";
299
- flexbox: -webkit;
300
- font-feature: -webkit;
301
- intrinsic-width: -webkit;
302
- multicolumn: -webkit;
303
- text-stroke: -webkit;
304
- transforms2d: -webkit;
305
- transforms3d: -webkit;
306
- user-select-none: -webkit; }
@@ -1,18 +0,0 @@
1
- .handles-null {
2
- content: "there should be no property below this one"; }
3
-
4
- .contrasts-light {
5
- background-color: #eeeeee;
6
- color: black; }
7
-
8
- .contrasts-dark {
9
- background-color: #222222;
10
- color: white; }
11
-
12
- .contrasts-light-with-contrast-color-override {
13
- background-color: #eeeeee;
14
- color: red; }
15
-
16
- .contrasts-dark-with-contrast-color-override {
17
- background-color: #222222;
18
- color: yellow; }
@@ -1,134 +0,0 @@
1
- .columns {
2
- -moz-columns: 20em 5;
3
- -webkit-columns: 20em 5;
4
- columns: 20em 5; }
5
-
6
- .column-count {
7
- -moz-column-count: 5;
8
- -webkit-column-count: 5;
9
- column-count: 5; }
10
-
11
- .column-gap {
12
- -moz-column-gap: 10px;
13
- -webkit-column-gap: 10px;
14
- column-gap: 10px; }
15
-
16
- .column-width {
17
- -moz-column-width: 90px;
18
- -webkit-column-width: 90px;
19
- column-width: 90px; }
20
-
21
- .column-span {
22
- -moz-column-span: all;
23
- -webkit-column-span: all;
24
- column-span: all; }
25
-
26
- .column-rule-width {
27
- -moz-rule-width: 1px;
28
- -webkit-rule-width: 1px;
29
- rule-width: 1px; }
30
-
31
- .column-rule-style {
32
- -moz-rule-style: dotted;
33
- -webkit-rule-style: dotted;
34
- rule-style: dotted; }
35
-
36
- .column-rule-color {
37
- -moz-rule-color: blue;
38
- -webkit-rule-color: blue;
39
- rule-color: blue; }
40
-
41
- .column-rule {
42
- -moz-column-rule: 1px solid blue;
43
- -webkit-column-rule: 1px solid blue;
44
- column-rule: 1px solid blue; }
45
-
46
- .column-rule-spaced {
47
- -moz-column-rule: 1px solid blue;
48
- -webkit-column-rule: 1px solid blue;
49
- column-rule: 1px solid blue; }
50
-
51
- .column-break-before {
52
- break-before: always;
53
- -webkit-column-break-before: always;
54
- break-before: always; }
55
-
56
- .column-break-after {
57
- break-after: always;
58
- -webkit-column-break-after: always;
59
- break-after: always; }
60
-
61
- .column-break-inside {
62
- break-inside: auto;
63
- -webkit-column-break-inside: auto;
64
- break-inside: auto; }
65
-
66
- .column-count {
67
- -moz-column-count: 5;
68
- -webkit-column-count: 5;
69
- column-count: 5; }
70
-
71
- .column-gap {
72
- -moz-column-gap: 10px;
73
- -webkit-column-gap: 10px;
74
- column-gap: 10px; }
75
-
76
- .column-width {
77
- -moz-column-width: 90px;
78
- -webkit-column-width: 90px;
79
- column-width: 90px; }
80
-
81
- .column-rule-width {
82
- -moz-rule-width: 1px;
83
- -webkit-rule-width: 1px;
84
- rule-width: 1px; }
85
-
86
- .column-rule-style {
87
- -moz-rule-style: dotted;
88
- -webkit-rule-style: dotted;
89
- rule-style: dotted; }
90
-
91
- .column-rule-color {
92
- -moz-rule-color: blue;
93
- -webkit-rule-color: blue;
94
- rule-color: blue; }
95
-
96
- .column-rule {
97
- -moz-column-rule: 1px solid blue;
98
- -webkit-column-rule: 1px solid blue;
99
- column-rule: 1px solid blue; }
100
-
101
- .column-rule-spaced {
102
- -moz-column-rule: 1px solid blue;
103
- -webkit-column-rule: 1px solid blue;
104
- column-rule: 1px solid blue; }
105
-
106
- .column-break-before {
107
- break-before: always;
108
- -webkit-column-break-before: always;
109
- break-before: always; }
110
-
111
- .column-break-after {
112
- break-after: always;
113
- -webkit-column-break-after: always;
114
- break-after: always; }
115
-
116
- .column-break-inside {
117
- break-inside: auto;
118
- -webkit-column-break-inside: auto;
119
- break-inside: auto; }
120
-
121
- .column-break-before-shortcut {
122
- break-before: always;
123
- -webkit-column-break-before: always;
124
- break-before: always; }
125
-
126
- .column-break-after-shortcut {
127
- break-after: always;
128
- -webkit-column-break-after: always;
129
- break-after: always; }
130
-
131
- .column-break-inside-shortcut {
132
- break-inside: auto;
133
- -webkit-column-break-inside: auto;
134
- break-inside: auto; }