mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 12:48:15 +08:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|