compass 0.13.alpha.6 → 0.13.alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION.yml +1 -1
  3. data/frameworks/compass/stylesheets/compass/_support.scss +6 -6
  4. data/test/fixtures/stylesheets/compass/sass/support.scss +4 -4
  5. data/test/fixtures/stylesheets/compass/sass/utilities.scss +3 -3
  6. data/test/fixtures/stylesheets/compass/tmp/animation-with-legacy-ie.css +22 -0
  7. data/test/fixtures/stylesheets/compass/tmp/animation.css +22 -0
  8. data/test/fixtures/stylesheets/compass/tmp/appearance.css +3 -0
  9. data/test/fixtures/stylesheets/compass/tmp/background-clip.css +11 -0
  10. data/test/fixtures/stylesheets/compass/tmp/background-origin.css +11 -0
  11. data/test/fixtures/stylesheets/compass/tmp/background-size.css +17 -0
  12. data/test/fixtures/stylesheets/compass/tmp/border_radius.css +14 -0
  13. data/test/fixtures/stylesheets/compass/tmp/box-sizing.css +9 -0
  14. data/test/fixtures/stylesheets/compass/tmp/box.css +103 -0
  15. data/test/fixtures/stylesheets/compass/tmp/box_shadow.css +24 -0
  16. data/test/fixtures/stylesheets/compass/tmp/brightness.css +14 -0
  17. data/test/fixtures/stylesheets/compass/tmp/browser-support.css +306 -0
  18. data/test/fixtures/stylesheets/compass/tmp/color.css +18 -0
  19. data/test/fixtures/stylesheets/compass/tmp/columns.css +134 -0
  20. data/test/fixtures/stylesheets/compass/tmp/filters.css +29 -0
  21. data/test/fixtures/stylesheets/compass/tmp/flexbox.css +94 -0
  22. data/test/fixtures/stylesheets/compass/tmp/fonts.css +4 -0
  23. data/test/fixtures/stylesheets/compass/tmp/force-wrap.css +9 -0
  24. data/test/fixtures/stylesheets/compass/tmp/gradients.css +230 -0
  25. data/test/fixtures/stylesheets/compass/tmp/grid_background.css +64 -0
  26. data/test/fixtures/stylesheets/compass/tmp/hyphenation.css +16 -0
  27. data/test/fixtures/stylesheets/compass/tmp/image_size.css +15 -0
  28. data/test/fixtures/stylesheets/compass/tmp/images.css +8 -0
  29. data/test/fixtures/stylesheets/compass/tmp/layout.css +16 -0
  30. data/test/fixtures/stylesheets/compass/tmp/legacy_clearfix.css +26 -0
  31. data/test/fixtures/stylesheets/compass/tmp/lists.css +145 -0
  32. data/test/fixtures/stylesheets/compass/tmp/opacity.css +3 -0
  33. data/test/fixtures/stylesheets/compass/tmp/print.css +11 -0
  34. data/test/fixtures/stylesheets/compass/tmp/regions.css +9 -0
  35. data/test/fixtures/stylesheets/compass/tmp/replacement.css +59 -0
  36. data/test/fixtures/stylesheets/compass/tmp/reset.css +59 -0
  37. data/test/fixtures/stylesheets/compass/tmp/selection.css +50 -0
  38. data/test/fixtures/stylesheets/compass/tmp/sprites.css +1263 -0
  39. data/test/fixtures/stylesheets/compass/tmp/sprites_with_explicit_separator.css +16 -0
  40. data/test/fixtures/stylesheets/compass/tmp/stretching.css +66 -0
  41. data/test/fixtures/stylesheets/compass/tmp/support.css +59 -0
  42. data/test/fixtures/stylesheets/compass/tmp/text_shadow.css +29 -0
  43. data/test/fixtures/stylesheets/compass/tmp/transform.css +369 -0
  44. data/test/fixtures/stylesheets/compass/tmp/transition.css +116 -0
  45. data/test/fixtures/stylesheets/compass/tmp/typography/links/hover-link.css +4 -0
  46. data/test/fixtures/stylesheets/compass/tmp/units.css +30 -0
  47. data/test/fixtures/stylesheets/compass/tmp/user-interface.css +52 -0
  48. data/test/fixtures/stylesheets/compass/tmp/utilities.css +71 -0
  49. data/test/fixtures/stylesheets/compass/tmp/vertical_rhythm.css +211 -0
  50. data/test/fixtures/stylesheets/envtest/tmp/env.css +1 -1
  51. data/test/integrations/sprites_test.rb +3 -3
  52. metadata +91 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af25a7b9746b1d45130463d605a5d5613d884199
4
- data.tar.gz: 9227615639106b4121b095173c70f9aa40b2aee3
3
+ metadata.gz: 9cb2c25aab9972f00bc90b48de64f70daf7c5801
4
+ data.tar.gz: 6c301558b8cbbbdce551ba058f1fa9b46d78e91a
5
5
  SHA512:
6
- metadata.gz: 1183f7f2c32ce77a53d38b3e92da87167b5d49e52e8dd491fc3e764fb37e7f6f62d945c1163302458097896556b7767d78bfff17474bf0e4f8c4ab02ba16ce5c
7
- data.tar.gz: d9bc8cfa1300f378a54bf3c9c3f69bce33c102069cf34d36c28bbd1f8d867380b1dc4af9284d95342d0cd944d97931cffd7ded5d134f9e59bba31e762b336cbb
6
+ metadata.gz: 56698b053e206068650efe76548a2b72b81dc57bd5a33f97bc9f33ec8696783923c2bdb593a242b77fee5ccffa240bfdd91b4871b7dcf3938c96d9ebb4f61486
7
+ data.tar.gz: 03a907e91daace15ce4fa2a016071b2c626764f0f006fcb455c597cdc14a1d864434ee8ff74cf475af56cc352428df535e2bfe0ee5f9b66dd28b0ff03f2c2711
@@ -2,5 +2,5 @@
2
2
  :major: 0
3
3
  :minor: 13
4
4
  :state: alpha
5
- :iteration: 6
5
+ :iteration: 7
6
6
  :name: Markab
@@ -132,9 +132,9 @@ $css-sel2-support-threshold: $critical-usage-threshold !default;
132
132
  /* Omitting content for #{$prefix} because #{$current-prefix} is already in scope. */
133
133
  }
134
134
  } @else {
135
- $current-prefix: $prefix;
135
+ $current-prefix: $prefix !global;
136
136
  @content;
137
- $current-prefix: null;
137
+ $current-prefix: null !global;
138
138
  }
139
139
  }
140
140
 
@@ -223,9 +223,9 @@ $css-sel2-support-threshold: $critical-usage-threshold !default;
223
223
 
224
224
  @if has-browser-subset($current-browser-minimum-versions, $new-mins) {
225
225
  $old-minimums: $current-browser-minimum-versions;
226
- $current-browser-minimum-versions: merge-browser-minumums($old-minimums, $new-mins);
226
+ $current-browser-minimum-versions: merge-browser-minumums($old-minimums, $new-mins) !global;
227
227
  @content;
228
- $current-browser-minimum-versions: $old-minimums;
228
+ $current-browser-minimum-versions: $old-minimums !global;
229
229
  }
230
230
  }
231
231
 
@@ -312,9 +312,9 @@ $css-sel2-support-threshold: $critical-usage-threshold !default;
312
312
  // Or you can enable it for the whole stylesheet by setting `$debug-browser-support` to true.
313
313
  @mixin with-browser-support-debugging {
314
314
  $current-status: $debug-browser-support;
315
- $debug-browser-support: true;
315
+ $debug-browser-support: true !global;
316
316
  @content;
317
- $debug-browser-support: $current-status;
317
+ $debug-browser-support: $current-status !global;
318
318
  }
319
319
 
320
320
  // Set a default value if the given arglist is empty
@@ -9,16 +9,16 @@ $some-default-value: some default value;
9
9
 
10
10
  @mixin with-declared-support($browsers) {
11
11
  $old-browsers: $supported-browsers;
12
- $supported-browsers: $browsers;
12
+ $supported-browsers: $browsers !global;
13
13
  @content;
14
- $supported-browsers: $old-browsers;
14
+ $supported-browsers: $old-browsers !global;
15
15
  }
16
16
 
17
17
  @mixin with-declared-minimums($supported-browsers) {
18
18
  $old-mins: $browser-minimum-versions;
19
- $browser-minimum-versions: $supported-browsers;
19
+ $browser-minimum-versions: $supported-browsers !global;
20
20
  @content;
21
- $browser-minimum-versions: $old-mins;
21
+ $browser-minimum-versions: $old-mins !global;
22
22
  }
23
23
 
24
24
  @include test-module('Compass Support') {
@@ -24,7 +24,7 @@ p.ellipsis {
24
24
  }
25
25
 
26
26
  p.ellipsis.moz {
27
- $legacy-support-for-mozilla: true;
28
- $use-mozilla-ellipsis-binding: true;
27
+ $legacy-support-for-mozilla: true !global;
28
+ $use-mozilla-ellipsis-binding: true !global;
29
29
  @include ellipsis;
30
- }
30
+ }
@@ -0,0 +1,22 @@
1
+ @-moz-keyframes test {
2
+ 0%, 100% {
3
+ opacity: 1; }
4
+
5
+ 50% {
6
+ opacity: 0; } }
7
+ @-webkit-keyframes test {
8
+ 0%, 100% {
9
+ opacity: 1; }
10
+
11
+ 50% {
12
+ opacity: 0; } }
13
+ @keyframes test {
14
+ 0%, 100% {
15
+ opacity: 1; }
16
+
17
+ 50% {
18
+ opacity: 0; } }
19
+ .animation {
20
+ -moz-animation: test;
21
+ -webkit-animation: test;
22
+ animation: test; }
@@ -0,0 +1,22 @@
1
+ @-moz-keyframes test {
2
+ 0%, 100% {
3
+ background-color: red; }
4
+
5
+ 50% {
6
+ background-color: blue; } }
7
+ @-webkit-keyframes test {
8
+ 0%, 100% {
9
+ background-color: red; }
10
+
11
+ 50% {
12
+ background-color: blue; } }
13
+ @keyframes test {
14
+ 0%, 100% {
15
+ background-color: red; }
16
+
17
+ 50% {
18
+ background-color: blue; } }
19
+ .animation {
20
+ -moz-animation: test;
21
+ -webkit-animation: test;
22
+ animation: test; }
@@ -0,0 +1,3 @@
1
+ .searchfield {
2
+ -moz-appearance: searchfield;
3
+ -webkit-appearance: searchfield; }
@@ -0,0 +1,11 @@
1
+ .background-clip {
2
+ -moz-background-clip: border;
3
+ -o-background-clip: border-box;
4
+ -webkit-background-clip: border;
5
+ background-clip: border-box; }
6
+
7
+ .background-clip-multiple {
8
+ -moz-background-clip: border, padding, content;
9
+ -o-background-clip: border-box, padding-box, content-box;
10
+ -webkit-background-clip: border, padding, content;
11
+ background-clip: border-box, padding-box, content-box; }
@@ -0,0 +1,11 @@
1
+ .background-origin {
2
+ -moz-background-origin: border;
3
+ -o-background-origin: border-box;
4
+ -webkit-background-origin: border;
5
+ background-origin: border-box; }
6
+
7
+ .background-origin-multiple {
8
+ -moz-background-origin: border, padding, content;
9
+ -o-background-origin: border-box, padding-box, content-box;
10
+ -webkit-background-origin: border, padding, content;
11
+ background-origin: border-box, padding-box, content-box; }
@@ -0,0 +1,17 @@
1
+ .background-size-default {
2
+ -moz-background-size: 100% auto;
3
+ -o-background-size: 100% auto;
4
+ -webkit-background-size: 100% auto;
5
+ background-size: 100% auto; }
6
+
7
+ .background-size-single {
8
+ -moz-background-size: 50% 25%;
9
+ -o-background-size: 50% 25%;
10
+ -webkit-background-size: 50% 25%;
11
+ background-size: 50% 25%; }
12
+
13
+ .background-size-multiple {
14
+ -moz-background-size: 4em 3em, 100% auto, 50%;
15
+ -o-background-size: 4em 3em, 100% auto, 50%;
16
+ -webkit-background-size: 4em 3em, 100% auto, 50%;
17
+ background-size: 4em 3em, 100% auto, 50%; }
@@ -0,0 +1,14 @@
1
+ .simple {
2
+ -moz-border-radius: 4px / 4px;
3
+ -webkit-border-radius: 4px 4px;
4
+ border-radius: 4px / 4px; }
5
+
6
+ .compound {
7
+ -moz-border-radius: 2px 5px / 3px 6px;
8
+ -webkit-border-radius: 2px 3px;
9
+ border-radius: 2px 5px / 3px 6px; }
10
+
11
+ .crazy {
12
+ -moz-border-radius: 1px 3px 5px 7px / 2px 4px 6px 8px;
13
+ -webkit-border-radius: 1px 2px;
14
+ border-radius: 1px 3px 5px 7px / 2px 4px 6px 8px; }
@@ -0,0 +1,9 @@
1
+ .div {
2
+ -moz-box-sizing: content-box;
3
+ -webkit-box-sizing: content-box;
4
+ box-sizing: content-box; }
5
+
6
+ .div {
7
+ -moz-box-sizing: border-box;
8
+ -webkit-box-sizing: border-box;
9
+ box-sizing: border-box; }
@@ -0,0 +1,103 @@
1
+ .hbox {
2
+ display: -webkit-box;
3
+ display: -moz-box;
4
+ display: -ms-box;
5
+ display: box;
6
+ -webkit-box-orient: horizontal;
7
+ -moz-box-orient: horizontal;
8
+ -ms-box-orient: horizontal;
9
+ box-orient: horizontal;
10
+ -webkit-box-align: stretch;
11
+ -moz-box-align: stretch;
12
+ -ms-box-align: stretch;
13
+ box-align: stretch; }
14
+ .hbox > * {
15
+ -webkit-box-flex: 0;
16
+ -moz-box-flex: 0;
17
+ -ms-box-flex: 0;
18
+ box-flex: 0; }
19
+
20
+ .vbox {
21
+ display: -webkit-box;
22
+ display: -moz-box;
23
+ display: -ms-box;
24
+ display: box;
25
+ -webkit-box-orient: vertical;
26
+ -moz-box-orient: vertical;
27
+ -ms-box-orient: vertical;
28
+ box-orient: vertical;
29
+ -webkit-box-align: stretch;
30
+ -moz-box-align: stretch;
31
+ -ms-box-align: stretch;
32
+ box-align: stretch; }
33
+ .vbox > * {
34
+ -webkit-box-flex: 0;
35
+ -moz-box-flex: 0;
36
+ -ms-box-flex: 0;
37
+ box-flex: 0; }
38
+
39
+ .spacer {
40
+ -webkit-box-flex: 1;
41
+ -moz-box-flex: 1;
42
+ -ms-box-flex: 1;
43
+ box-flex: 1; }
44
+
45
+ .reverse {
46
+ -webkit-box-direction: reverse;
47
+ -moz-box-direction: reverse;
48
+ -ms-box-direction: reverse;
49
+ box-direction: reverse; }
50
+
51
+ .box-flex-0 {
52
+ -webkit-box-flex: 0;
53
+ -moz-box-flex: 0;
54
+ -ms-box-flex: 0;
55
+ box-flex: 0; }
56
+
57
+ .box-flex-1 {
58
+ -webkit-box-flex: 1;
59
+ -moz-box-flex: 1;
60
+ -ms-box-flex: 1;
61
+ box-flex: 1; }
62
+
63
+ .box-flex-2 {
64
+ -webkit-box-flex: 2;
65
+ -moz-box-flex: 2;
66
+ -ms-box-flex: 2;
67
+ box-flex: 2; }
68
+
69
+ .box-flex-group-0 {
70
+ -webkit-box-flex-group: 0;
71
+ -moz-box-flex-group: 0;
72
+ -ms-box-flex-group: 0;
73
+ box-flex-group: 0; }
74
+
75
+ .box-flex-group-1 {
76
+ -webkit-box-flex-group: 1;
77
+ -moz-box-flex-group: 1;
78
+ -ms-box-flex-group: 1;
79
+ box-flex-group: 1; }
80
+
81
+ .box-flex-group-2 {
82
+ -webkit-box-flex-group: 2;
83
+ -moz-box-flex-group: 2;
84
+ -ms-box-flex-group: 2;
85
+ box-flex-group: 2; }
86
+
87
+ .start {
88
+ -webkit-box-pack: start;
89
+ -moz-box-pack: start;
90
+ -ms-box-pack: start;
91
+ box-pack: start; }
92
+
93
+ .end {
94
+ -webkit-box-pack: end;
95
+ -moz-box-pack: end;
96
+ -ms-box-pack: end;
97
+ box-pack: end; }
98
+
99
+ .center {
100
+ -webkit-box-pack: center;
101
+ -moz-box-pack: center;
102
+ -ms-box-pack: center;
103
+ box-pack: center; }
@@ -0,0 +1,24 @@
1
+ .no-box-shadow {
2
+ -moz-box-shadow: none;
3
+ -webkit-box-shadow: none;
4
+ box-shadow: none; }
5
+
6
+ .box-shadow {
7
+ -moz-box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222;
8
+ -webkit-box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222;
9
+ box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222; }
10
+
11
+ .single-box-shadow {
12
+ -moz-box-shadow: 0px 5px #333333;
13
+ -webkit-box-shadow: 0px 5px #333333;
14
+ box-shadow: 0px 5px #333333; }
15
+
16
+ .multiple-box-shadows {
17
+ -moz-box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222;
18
+ -webkit-box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222;
19
+ box-shadow: 0px 0px 5px #333333, 2px 2px 5px #222222; }
20
+
21
+ .legacy-single-box-shadow {
22
+ -moz-box-shadow: 0px 5px blue;
23
+ -webkit-box-shadow: 0px 5px blue;
24
+ box-shadow: 0px 5px blue; }
@@ -0,0 +1,14 @@
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%; }
@@ -0,0 +1,306 @@
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; }