OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / utilities / _background.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/utilities/_background.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/utilities/_background.scss
deleted file mode 100644 (file)
index 1f18b2f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// stylelint-disable declaration-no-important
-
-@each $color, $value in $theme-colors {
-  @include bg-variant(".bg-#{$color}", $value);
-}
-
-@if $enable-gradients {
-  @each $color, $value in $theme-colors {
-    @include bg-gradient-variant(".bg-gradient-#{$color}", $value);
-  }
-}
-
-.bg-white {
-  background-color: $white !important;
-}
-
-.bg-transparent {
-  background-color: transparent !important;
-}