Browse Source

omit unnecessary file

Yuki Takei 8 years ago
parent
commit
9ad0e3023c
1 changed files with 0 additions and 12 deletions
  1. 0 12
      resource/styles/scss/_mixins.scss

+ 0 - 12
resource/styles/scss/_mixins.scss

@@ -1,12 +0,0 @@
-
-// Badget
-@mixin badge-variant($color) {
-  background-color: $color;
-
-  &[href] {
-    &:hover,
-    &:focus {
-      background-color: darken($color, 10%);
-    }
-  }
-}