Bootstrap/scss/helpers/_text-truncation.scss
Mark Otto 4d08a84eb1 Implement CSS layers
Rearrange and comment import stack

Move content stylesheets to new folder
2025-03-04 16:21:58 -08:00

12 lines
136 B
SCSS

@use "../mixins/text-truncate" as *;
//
// Text truncation
//
@layer helpers {
.text-truncate {
@include text-truncate();
}
}