Skip to content

Commit

Permalink
fixed prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 14, 2011
1 parent c23ec72 commit 659f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nib/positions.styl
Expand Up @@ -3,7 +3,7 @@

-pos(type, args)
i = 0
position: type
position: unquote(type)
{args[i]}: args[i + 1] is a 'unit' ? args[i += 1] : 0
{args[i += 1]}: args[i + 1] is a 'unit' ? args[i += 1] : 0

Expand Down

0 comments on commit 659f3ec

Please sign in to comment.