Skip to content

Commit 0e98888

Browse files
committed
dont vendor transition or transform
1 parent 6e181b7 commit 0e98888

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

lib/nib/vendor.styl

-55
Original file line numberDiff line numberDiff line change
@@ -161,68 +161,13 @@ background-origin()
161161
legacy-bg-values('background-origin', arguments)
162162
background-origin: arguments
163163

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-
184164
/*
185165
* Vendor "border-image" support.
186166
*/
187167

188168
border-image()
189169
vendor('border-image', arguments, only: webkit moz official)
190170

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-
226171
/*
227172
* Vendor "backface-visibility" support.
228173
*/

0 commit comments

Comments
 (0)