View file application/libraries/Scaffold/mixins/css3/text-overflow.css

File size: 221B
/**
 * Adds an ellipsis or clips the text 
 * Options are "ellipsis" or "clip"
 * @see http://www.css3.info/preview/text-overflow/
 */
=text-overflow($type = "ellipsis")
{
	text-overflow:$type;
	-o-text-overflow:$type;
}