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

color-active()

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

Last updated