// Component focus shadow @mixin control-shadow($color: 'primary') { box-shadow: 0 0 0 0.1rem color($color, $alpha: 0.2); }
Last updated 2 years ago