@mixin color-visited($color, $lightness: 0%) { &:visited { @include color($color, $lightness); } }
Last updated 2 years ago