Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}