updating to 4.0
New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
This commit is contained in:
5
vendor/bootstrap/scss/mixins/_box-shadow.scss
vendored
Normal file
5
vendor/bootstrap/scss/mixins/_box-shadow.scss
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin box-shadow($shadow...) {
|
||||
@if $enable-shadows {
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user