Skip to content

Commit

Permalink
Merge pull request #125 from caseywebdev/master
Browse files Browse the repository at this point in the history
Recent change broke my app =(
  • Loading branch information
tj committed Aug 21, 2012
2 parents e49d06b + de3f569 commit dc8d37e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions lib/nib/vendor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,56 @@ whitespace()
box-sizing()
vendor('box-sizing', arguments, only: webkit moz official)

/*
* Vendor "box-orient" support.
*/

box-orient()
vendor('box-orient', arguments, only: webkit moz ms official)

/*
* Vendor "box-flex" support.
*/

box-flex()
vendor('box-flex', arguments, only: webkit moz ms official)

/*
* Vendor "box-flex-group" support.
*/

box-flex-group()
vendor('box-flex-group', arguments, only: webkit moz official)

/*
* Vendor "box-ordinal-group" support.
*/

box-ordinal-group()
vendor('box-ordinal-group', arguments, only: webkit moz ms official)


/*
* Vendor "box-align" support.
*/

box-align()
vendor('box-align', arguments, only: webkit moz ms official)

/*
* Vendor "box-pack" support.
*/

box-pack()
vendor('box-pack', arguments, only: webkit moz ms official)

/*
* Vendor "box-direction" support.
*/

box-direction()
vendor('box-direction', arguments, only: webkit moz ms official)

/*
* Vendor "animation" support.
*/
Expand Down

0 comments on commit dc8d37e

Please sign in to comment.