This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FoodLoop-Web/src/scss/bootstrap/mixins/_box-shadow.scss
piratefinn 6f084171dd Initial CoreUI commit
The initial new codebase from a template
2017-04-27 15:29:31 +01:00

5 lines
87 B
SCSS

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