Skip to content

Commit dc8d37e

Browse files
committed
Merge pull request #125 from caseywebdev/master
Recent change broke my app =(
2 parents e49d06b + de3f569 commit dc8d37e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

lib/nib/vendor.styl

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,56 @@ whitespace()
323323
box-sizing()
324324
vendor('box-sizing', arguments, only: webkit moz official)
325325

326+
/*
327+
* Vendor "box-orient" support.
328+
*/
329+
330+
box-orient()
331+
vendor('box-orient', arguments, only: webkit moz ms official)
332+
333+
/*
334+
* Vendor "box-flex" support.
335+
*/
336+
337+
box-flex()
338+
vendor('box-flex', arguments, only: webkit moz ms official)
339+
340+
/*
341+
* Vendor "box-flex-group" support.
342+
*/
343+
344+
box-flex-group()
345+
vendor('box-flex-group', arguments, only: webkit moz official)
346+
347+
/*
348+
* Vendor "box-ordinal-group" support.
349+
*/
350+
351+
box-ordinal-group()
352+
vendor('box-ordinal-group', arguments, only: webkit moz ms official)
353+
354+
355+
/*
356+
* Vendor "box-align" support.
357+
*/
358+
359+
box-align()
360+
vendor('box-align', arguments, only: webkit moz ms official)
361+
362+
/*
363+
* Vendor "box-pack" support.
364+
*/
365+
366+
box-pack()
367+
vendor('box-pack', arguments, only: webkit moz ms official)
368+
369+
/*
370+
* Vendor "box-direction" support.
371+
*/
372+
373+
box-direction()
374+
vendor('box-direction', arguments, only: webkit moz ms official)
375+
326376
/*
327377
* Vendor "animation" support.
328378
*/

0 commit comments

Comments
 (0)