Initial CoreUI commit
The initial new codebase from a template
This commit is contained in:
parent
39f90b1897
commit
6f084171dd
511 changed files with 27578 additions and 1649 deletions
5
src/scss/bootstrap/mixins/_box-shadow.scss
Normal file
5
src/scss/bootstrap/mixins/_box-shadow.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
@mixin box-shadow($shadow...) {
|
||||
@if $enable-shadows {
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
}
|
Reference in a new issue