1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 21:20:07 +02:00
Files
gitlit/app/node_modules/bootstrap/scss/mixins/_box-shadow.scss
2018-05-18 10:48:24 +02:00

6 lines
87 B
SCSS

@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}