cycat-project-website/_sass/bootstrap/mixins/_box-shadow.scss

6 lines
87 B
SCSS
Raw Normal View History

2018-12-09 08:21:01 +01:00
@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}