doc/themes/learn4/scss/spectre/mixins/_text.scss

7 lines
114 B
SCSS
Raw Normal View History

2020-11-14 11:24:49 +01:00
// Text Ellipsis
@mixin text-ellipsis() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}