1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Add .text-truncate class. We already had a mixin and documented the class, so this fixes that.

This commit is contained in:
Mark Otto
2017-07-01 20:27:15 -07:00
committed by Mark Otto
parent cfb383cc01
commit 6f073edc79
2 changed files with 11 additions and 1 deletions

View File

@@ -47,3 +47,7 @@
.text-hide {
@include text-hide();
}
.text-truncate {
@include text-truncate();
}