13cc393840
* Manual tag splitting from tag selector * Only apply split to the tag in current library * Preserve tag type
9 lines
No EOL
197 B
SCSS
9 lines
No EOL
197 B
SCSS
//
|
|
// Utilities
|
|
// --------------------------------------------------
|
|
|
|
@mixin text-truncate($text-overflow: ellipsis) {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: $text-overflow;
|
|
} |