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

color-visited()

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

Last updated