OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _badge.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_badge.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_badge.scss
deleted file mode 100644 (file)
index eeca0b4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-@mixin badge-variant($bg) {
-  color: color-yiq($bg);
-  background-color: $bg;
-
-  &[href] {
-    @include hover-focus {
-      color: color-yiq($bg);
-      text-decoration: none;
-      background-color: darken($bg, 10%);
-    }
-  }
-}