Skip to content

Commit

Permalink
added support for o and ms prefixes to text-overflow helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 21, 2011
1 parent 511845e commit 96dd1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nib/overflow.styl
Expand Up @@ -17,6 +17,6 @@ overflow(value)
if value == 'ellipsis'
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
vendor('text-overflow', ellipsis, only: o ms official)
else
overflow: value

0 comments on commit 96dd1f0

Please sign in to comment.