Initial Push
This commit is contained in:
		| @@ -0,0 +1,8 @@ | ||||
| // Text truncate | ||||
| // Requires inline-block or block for proper styling | ||||
|  | ||||
| @mixin text-truncate() { | ||||
|   overflow: hidden; | ||||
|   text-overflow: ellipsis; | ||||
|   white-space: nowrap; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user