itsblue-website/themes/quark-hugo/assets/scss/spectre/mixins/_text.scss
2021-10-07 11:21:03 +02:00

7 lines
114 B
SCSS
Executable file

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