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

color-hover()

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

Last updated