For the complete documentation index, see llms.txt. This page is also available as Markdown.

control-shadow()

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

Last updated