Skip to content

Commit

Permalink
fix call stack explosion when using flex-wrap: wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bkad committed Dec 10, 2012
1 parent 12356aa commit a47ebd7
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 a47ebd7

Please sign in to comment.