OSDN Git Service

Thanos did someting
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _text-truncate.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_text-truncate.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/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;
-}