landingpage/themes/app-landingpage/assets/scss/helpers/_text-truncation.scss

8 lines
73 B
SCSS
Raw Normal View History

2022-08-06 20:25:26 +02:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}