mirror of
https://github.com/Wessel/portfolio.git
synced 2026-07-28 11:12:14 +02:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|