Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 20, 2012
1 parent bde930d commit 7bcc247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/nib/box.styl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

box(args)
for prefix in vendor-prefixes
if official == prefix
{display}: box
else
{display}: unquote('-') + prefix + '-box'
if official == prefix
{display}: box
else
{display}: unquote('-') + prefix + '-box'
box-orient: arguments[0]
if arguments[1]
box-direction: arguments[1]

0 comments on commit 7bcc247

Please sign in to comment.