Files
natascha-rieter.nl-user/plugins/problems/scss/mixins/_text.scss
T
m038 db400a6993 Add problems plugin v3.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 23:42:54 +02:00

7 lines
114 B
SCSS

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