gravtest/user/themes/test/scss/spectre/mixins/_text.scss
2026-01-16 15:03:29 +01:00

7 lines
114 B
SCSS
Executable File

// Text Ellipsis
@mixin text-ellipsis() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}