OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _box-shadow.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_box-shadow.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_box-shadow.scss
deleted file mode 100644 (file)
index b2410e5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-@mixin box-shadow($shadow...) {
-  @if $enable-shadows {
-    box-shadow: $shadow;
-  }
-}