From 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Sep 2018 11:26:02 +0200 Subject: install bootstrap via composer --- vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss (limited to 'vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss') diff --git a/vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss b/vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss new file mode 100644 index 000000000..b2410e53a --- /dev/null +++ b/vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss @@ -0,0 +1,5 @@ +@mixin box-shadow($shadow...) { + @if $enable-shadows { + box-shadow: $shadow; + } +} -- cgit v1.2.3