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

color-focus()

@mixin color-focus($color, $lightness: 0%) {
  .focus,
  &:focus {
    @include color($color, $lightness);
  }
}

Last updated