aboutsummaryrefslogtreecommitdiff
path: root/scss/helpers/_text-truncation.scss
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-08-17 20:19:00 +0200
committerMartijn Cuppens <[email protected]>2019-08-26 08:21:24 +0200
commit19ee63ad25491aeafc9df9006ef370edf08cffbf (patch)
treeab48686134fbe8595468307e9904822e23d40777 /scss/helpers/_text-truncation.scss
parenta5cbb5e71a43fe11107a8e13fb68c6bfd99cb0e7 (diff)
downloadbootstrap-19ee63ad25491aeafc9df9006ef370edf08cffbf.tar.xz
bootstrap-19ee63ad25491aeafc9df9006ef370edf08cffbf.zip
Link helpers & use utility API for all utilities
Diffstat (limited to 'scss/helpers/_text-truncation.scss')
-rw-r--r--scss/helpers/_text-truncation.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/helpers/_text-truncation.scss b/scss/helpers/_text-truncation.scss
new file mode 100644
index 000000000..6421dac9a
--- /dev/null
+++ b/scss/helpers/_text-truncation.scss
@@ -0,0 +1,7 @@
+//
+// Text truncation
+//
+
+.text-truncate {
+ @include text-truncate();
+}