Files
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +01:00

7 lines
114 B
SCSS
Executable File

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