|
7 | 7 |
|
8 | 8 | [properties]
|
9 | 9 |
|
10 |
| - ; Border radius |
11 |
| - border-radius[] = -webkit-border-radius |
12 |
| - border-radius[] = -moz-border-radius |
13 |
| - border-top-left-radius[] = -webkit-border-top-left-radius |
14 |
| - border-top-left-radius[] = -moz-border-radius-topleft |
15 |
| - border-top-right-radius[] = -webkit-border-top-right-radius |
16 |
| - border-top-right-radius[] = -moz-border-radius-topright |
17 |
| - border-bottom-left-radius[] = -webkit-border-bottom-left-radius |
18 |
| - border-bottom-left-radius[] = -moz-border-radius-bottomleft |
19 |
| - border-bottom-right-radius[] = -webkit-border-bottom-right-radius |
20 |
| - border-bottom-right-radius[] = -moz-border-radius-bottomright |
21 |
| - |
22 |
| - ; Box shadow |
23 |
| - box-shadow[] = -webkit-box-shadow |
24 |
| - box-shadow[] = -moz-box-shadow |
25 |
| - |
26 |
| - ; Transforms |
27 |
| - transform[] = -webkit-transform |
28 |
| - transform[] = -moz-transform |
29 |
| - transform[] = -ms-transform |
30 |
| - transform[] = -o-transform |
31 |
| - |
32 |
| - ; Transitions |
33 |
| - transition[] = -webkit-transition |
34 |
| - transition[] = -moz-transition |
35 |
| - transition[] = -ms-transition |
36 |
| - transition[] = -o-transition |
37 |
| - transition-delay[] = -webkit-transition-delay |
38 |
| - transition-delay[] = -moz-transition-delay |
39 |
| - transition-delay[] = -ms-transition-delay |
40 |
| - transition-delay[] = -o-transition-delay |
41 |
| - transition-duration[] = -webkit-transition-duration |
42 |
| - transition-duration[] = -moz-transition-duration |
43 |
| - transition-duration[] = -ms-transition-duration |
44 |
| - transition-duration[] = -o-transition-duration |
45 |
| - transition-property[] = -webkit-transition-property |
46 |
| - transition-property[] = -moz-transition-property |
47 |
| - transition-property[] = -ms-transition-property |
48 |
| - transition-property[] = -o-transition-property |
49 |
| - transition-timing-function[] = -webkit-transition-timing-function |
50 |
| - transition-timing-function[] = -moz-transition-timing-function |
51 |
| - transition-timing-function[] = -ms-transition-timing-function |
52 |
| - transition-timing-function[] = -o-transition-timing-function |
53 |
| - |
54 | 10 | ; Animations
|
55 | 11 | animation[] = -webkit-animation
|
56 | 12 | animation[] = -moz-animation
|
|
80 | 36 | animation-timing-function[] = -moz-animation-timing-function
|
81 | 37 | animation-timing-function[] = -ms-animation-timing-function
|
82 | 38 |
|
83 |
| - |
84 |
| - ; Background size |
85 |
| - background-size[] = -webkit-background-size |
86 |
| - background-size[] = -moz-background-size |
| 39 | + ; Backface visibility |
| 40 | + backface-visibility[] = -webkit-backface-visibility |
| 41 | + backface-visibility[] = -moz-backface-visibility |
| 42 | + backface-visibility[] = -ms-backface-visibility |
87 | 43 |
|
88 | 44 | ; Background clip
|
89 | 45 | background-clip[] = -webkit-background-clip
|
|
93 | 49 | background-origin[] = -webkit-background-origin
|
94 | 50 | background-origin[] = -moz-background-origin
|
95 | 51 |
|
| 52 | + ; Background size |
| 53 | + background-size[] = -webkit-background-size |
| 54 | + background-size[] = -moz-background-size |
| 55 | + |
| 56 | + ; Border radius |
| 57 | + border-radius[] = -webkit-border-radius |
| 58 | + border-radius[] = -moz-border-radius |
| 59 | + border-top-left-radius[] = -webkit-border-top-left-radius |
| 60 | + border-top-left-radius[] = -moz-border-radius-topleft |
| 61 | + border-top-right-radius[] = -webkit-border-top-right-radius |
| 62 | + border-top-right-radius[] = -moz-border-radius-topright |
| 63 | + border-bottom-left-radius[] = -webkit-border-bottom-left-radius |
| 64 | + border-bottom-left-radius[] = -moz-border-radius-bottomleft |
| 65 | + border-bottom-right-radius[] = -webkit-border-bottom-right-radius |
| 66 | + border-bottom-right-radius[] = -moz-border-radius-bottomright |
| 67 | + |
| 68 | + ; Border-image |
| 69 | + border-image[] = -webkit-border-image |
| 70 | + border-image[] = -moz-border-image |
| 71 | + border-image[] = -o-border-image |
| 72 | + |
| 73 | + ; Flexbox (old, but supported implementation) |
| 74 | + box-align[] = -webkit-box-align |
| 75 | + box-align[] = -moz-box-align |
| 76 | + box-align[] = -ms-box-align |
| 77 | + box-direction[] = -webkit-box-direction |
| 78 | + box-direction[] = -moz-box-direction |
| 79 | + box-direction[] = -ms-box-direction |
| 80 | + box-flex[] = -webkit-box-flex |
| 81 | + box-flex[] = -moz-box-flex |
| 82 | + box-flex[] = -ms-box-flex |
| 83 | + box-orient[] = -webkit-box-orient |
| 84 | + box-orient[] = -moz-box-orient |
| 85 | + box-orient[] = -ms-box-orient |
| 86 | + box-pack[] = -webkit-box-pack |
| 87 | + box-pack[] = -moz-box-pack |
| 88 | + box-pack[] = -ms-box-pack |
| 89 | + |
| 90 | + ; Box shadow |
| 91 | + box-shadow[] = -webkit-box-shadow |
| 92 | + box-shadow[] = -moz-box-shadow |
| 93 | + |
96 | 94 | ; Box sizing
|
97 | 95 | box-sizing[] = -webkit-box-sizing
|
98 | 96 | box-sizing[] = -moz-box-sizing
|
|
120 | 118 | column-span[] = -moz-column-span
|
121 | 119 | column-width[] = -webkit-column-width
|
122 | 120 | column-width[] = -moz-column-width
|
123 |
| - |
124 |
| - |
125 |
| - ; Border-image |
126 |
| - border-image[] = -webkit-border-image |
127 |
| - border-image[] = -moz-border-image |
128 |
| - border-image[] = -o-border-image |
129 |
| - |
130 |
| - ; Flexbox (old, but supported implementation) |
131 |
| - box-align[] = -webkit-box-align |
132 |
| - box-align[] = -moz-box-align |
133 |
| - box-align[] = -ms-box-align |
134 |
| - box-direction[] = -webkit-box-direction |
135 |
| - box-direction[] = -moz-box-direction |
136 |
| - box-direction[] = -ms-box-direction |
137 |
| - box-flex[] = -webkit-box-flex |
138 |
| - box-flex[] = -moz-box-flex |
139 |
| - box-flex[] = -ms-box-flex |
140 |
| - box-orient[] = -webkit-box-orient |
141 |
| - box-orient[] = -moz-box-orient |
142 |
| - box-orient[] = -ms-box-orient |
143 |
| - box-pack[] = -webkit-box-pack |
144 |
| - box-pack[] = -moz-box-pack |
145 |
| - box-pack[] = -ms-box-pack |
146 | 121 |
|
147 | 122 | ; Hyphens
|
148 | 123 | hyphens[] = -webkit-hyphens
|
149 | 124 | hyphens[] = -moz-hyphens
|
150 | 125 | hyphens[] = -ms-hyphens
|
151 | 126 |
|
| 127 | + ; Perspective |
| 128 | + perspective[] = -webkit-perspective |
| 129 | + perspective[] = -moz-perspective |
| 130 | + perspective[] = -ms-perspective |
| 131 | + perspective-origin[] = -webkit-perspective-origin |
| 132 | + perspective-origin[] = -moz-perspective-origin |
| 133 | + perspective-origin[] = -ms-perspective-origin |
| 134 | + |
| 135 | + ; Tab size |
| 136 | + tab-size[] = -webkit-tab-size |
| 137 | + tab-size[] = -moz-tab-size |
| 138 | + tab-size[] = -o-tab-size |
| 139 | + |
152 | 140 | ; Text decoration
|
153 | 141 | text-decoration-color[] = -moz-text-decoration-color
|
154 | 142 | text-decoration-line[] = -moz-text-decoration-line
|
155 | 143 | text-decoration-style[] = -moz-text-decoration-style
|
156 | 144 |
|
| 145 | + ; Transforms |
| 146 | + transform[] = -webkit-transform |
| 147 | + transform[] = -moz-transform |
| 148 | + transform[] = -ms-transform |
| 149 | + transform[] = -o-transform |
| 150 | + transform-style[] = -webkit-transform-style |
| 151 | + transform-style[] = -moz-transform-style |
| 152 | + transform-style[] = -ms-transform-style |
| 153 | + |
| 154 | + ; Transitions |
| 155 | + transition[] = -webkit-transition |
| 156 | + transition[] = -moz-transition |
| 157 | + transition[] = -ms-transition |
| 158 | + transition[] = -o-transition |
| 159 | + transition-delay[] = -webkit-transition-delay |
| 160 | + transition-delay[] = -moz-transition-delay |
| 161 | + transition-delay[] = -ms-transition-delay |
| 162 | + transition-delay[] = -o-transition-delay |
| 163 | + transition-duration[] = -webkit-transition-duration |
| 164 | + transition-duration[] = -moz-transition-duration |
| 165 | + transition-duration[] = -ms-transition-duration |
| 166 | + transition-duration[] = -o-transition-duration |
| 167 | + transition-property[] = -webkit-transition-property |
| 168 | + transition-property[] = -moz-transition-property |
| 169 | + transition-property[] = -ms-transition-property |
| 170 | + transition-property[] = -o-transition-property |
| 171 | + transition-timing-function[] = -webkit-transition-timing-function |
| 172 | + transition-timing-function[] = -moz-transition-timing-function |
| 173 | + transition-timing-function[] = -ms-transition-timing-function |
| 174 | + transition-timing-function[] = -o-transition-timing-function |
| 175 | + |
157 | 176 | ; User select (non standard)
|
158 | 177 | user-select[] = -webkit-user-select
|
159 | 178 | user-select[] = -moz-user-select
|
160 | 179 | user-select[] = -ms-user-select
|
161 | 180 | user-select[] = -o-user-select
|
162 | 181 | user-select[] = user-select
|
163 | 182 |
|
164 |
| - ; Tab size |
165 |
| - tab-size[] = -webkit-tab-size |
166 |
| - tab-size[] = -moz-tab-size |
167 |
| - tab-size[] = -o-tab-size |
168 |
| - |
169 | 183 |
|
170 | 184 | ;----------------------------------------------------------------------------
|
171 |
| -;-- Value aliases |
| 185 | +;-- Property:value aliases |
172 | 186 |
|
173 | 187 | [values]
|
| 188 | + |
| 189 | + ; Flexbox |
174 | 190 | display:box[] = -webkit-box
|
175 | 191 | display:box[] = -moz-box
|
176 | 192 | display:box[] = -ms-box
|
|
181 | 197 |
|
182 | 198 | [functions]
|
183 | 199 |
|
| 200 | + ; Calc |
| 201 | + calc[] = -webkit-calc |
| 202 | + calc[] = -moz-calc |
| 203 | + |
184 | 204 | ; Gradients
|
185 | 205 | linear-gradient[] = -webkit-linear-gradient
|
186 | 206 | linear-gradient[] = -moz-linear-gradient
|
|
201 | 221 | repeating-radial-gradient[] = -ms-repeating-radial-gradient
|
202 | 222 | repeating-radial-gradient[] = -o-repeating-radial-gradient
|
203 | 223 |
|
204 |
| - ; Calc |
205 |
| - calc[] = -webkit-calc |
206 |
| - calc[] = -moz-calc |
207 |
| - |
208 | 224 |
|
209 | 225 | ;----------------------------------------------------------------------------
|
210 | 226 | ;-- @rule aliases
|
|
0 commit comments