diff options
| author | Mark Otto <[email protected]> | 2017-07-01 20:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 23:05:51 -0700 |
| commit | 6f073edc791c63ad0f93ba9845de35e0f7e2f2ff (patch) | |
| tree | a02307104b9fe431f0c862a33d1873d52bf5f079 /scss | |
| parent | cfb383cc0190f099bbe6c8cecd8ecffa23e0bb7c (diff) | |
| download | bootstrap-6f073edc791c63ad0f93ba9845de35e0f7e2f2ff.tar.xz bootstrap-6f073edc791c63ad0f93ba9845de35e0f7e2f2ff.zip | |
Add .text-truncate class. We already had a mixin and documented the class, so this fixes that.
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/utilities/_text.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7f20ed76e..8cbd0016c 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -47,3 +47,7 @@ .text-hide { @include text-hide(); } + +.text-truncate { + @include text-truncate(); +} |
