Skip to content

Commit

Permalink
unquote ellipsis check in overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 22, 2011
1 parent 29e8fdd commit f9505ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nib/overflow.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

overflow()
if arguments[0] == 'ellipsis'
if arguments[0] == ellipsis
overflow: hidden
white-space: nowrap
vendor('text-overflow', ellipsis, only: o ms official)
Expand Down

0 comments on commit f9505ed

Please sign in to comment.