sync
[roojs1] / scss / bootstrap / mixins / _box-shadow.scss
diff --git a/scss/bootstrap/mixins/_box-shadow.scss b/scss/bootstrap/mixins/_box-shadow.scss
new file mode 100644 (file)
index 0000000..b2410e5
--- /dev/null
@@ -0,0 +1,5 @@
+@mixin box-shadow($shadow...) {
+  @if $enable-shadows {
+    box-shadow: $shadow;
+  }
+}