Skip to content

Commit

Permalink
Merge pull request #152 from bkad/master
Browse files Browse the repository at this point in the history
fix call stack blowup when using flex-wrap: wrap
  • Loading branch information
tj committed Jan 4, 2013
2 parents e7a8f93 + a47ebd7 commit 92bcd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nib/flex.styl
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ flex-direction(direction)
if flex in flex-version
vendor('flex-direction', arguments, only: webkit official)

flex-wrap(wrap)
flex-wrap(value)
// obsolete
-flex-obsolete-wrap(wrap)
-flex-obsolete-wrap(value)

if flex in flex-version
vendor('flex-wrap', arguments, only: webkit official)
Expand Down

0 comments on commit 92bcd1b

Please sign in to comment.