1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 14:59:16 +02:00
Files
bootstrap/scss/helpers/_text-truncation.scss
Mark Otto c1e8462c4b Implement CSS layers
Rearrange and comment import stack

Move content stylesheets to new folder
2025-05-30 20:30:55 -07:00

12 lines
136 B
SCSS

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