feat(uti): Move directory
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / mixins / _text-truncate.scss
diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_text-truncate.scss b/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_text-truncate.scss
deleted file mode 100644 (file)
index 3504bb1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// Text truncate
-// Requires inline-block or block for proper styling
-
-@mixin text-truncate() {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}