mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-22 05:00:52 -05:00
migrated to ASP.Net Core
This commit is contained in:
5
Webfront/bower_components/bootstrap/scss/mixins/_box-shadow.scss
vendored
Normal file
5
Webfront/bower_components/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