mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-15 19:48:03 +00:00
Move Code into repo
This commit is contained in:
5
app/static/bootstrap-4.2.1/scss/mixins/_box-shadow.scss
vendored
Normal file
5
app/static/bootstrap-4.2.1/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