OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _clearfix.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_clearfix.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_clearfix.scss
deleted file mode 100644 (file)
index 11a977b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-@mixin clearfix() {
-  &::after {
-    display: block;
-    clear: both;
-    content: "";
-  }
-}