@@ -161,68 +161,13 @@ background-origin()
161
161
legacy-bg-values ('background-origin' , arguments )
162
162
background-origin : arguments
163
163
164
- /*
165
- * Vendor "transform" support.
166
- */
167
-
168
- transform ()
169
- vendor ('transform' , arguments )
170
-
171
- /*
172
- * Vendor "transform-origin" support.
173
- */
174
- transform-origin ()
175
- vendor ('transform-origin' , arguments )
176
-
177
- /*
178
- * Vendor "transform-style" support.
179
- */
180
-
181
- transform-style ()
182
- vendor ('transform-style' , arguments )
183
-
184
164
/*
185
165
* Vendor "border-image" support.
186
166
*/
187
167
188
168
border-image ()
189
169
vendor ('border-image' , arguments , only : webkit moz official )
190
170
191
- /*
192
- * Vendor "transition" support.
193
- */
194
-
195
- transition ()
196
- vendor ('transition' , arguments )
197
-
198
- /*
199
- * Vendor "transition-property" support.
200
- */
201
-
202
- transition-property ()
203
- vendor ('transition-property' , arguments )
204
-
205
- /*
206
- * Vendor "transition-duration" support.
207
- */
208
-
209
- transition-duration ()
210
- vendor ('transition-duration' , arguments )
211
-
212
- /*
213
- * Vendor "transition-timing-function" support.
214
- */
215
-
216
- transition-timing-function ()
217
- vendor ('transition-timing-function' , arguments )
218
-
219
- /*
220
- * Vendor "transition-delay" support.
221
- */
222
-
223
- transition-delay ()
224
- vendor ('transition-delay' , arguments )
225
-
226
171
/*
227
172
* Vendor "backface-visibility" support.
228
173
*/
0 commit comments