mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
add node modules to repo
This commit is contained in:
5
app/node_modules/bootstrap/scss/mixins/_box-shadow.scss
generated
vendored
Normal file
5
app/node_modules/bootstrap/scss/mixins/_box-shadow.scss
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin box-shadow($shadow...) {
|
||||
@if $enable-shadows {
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user