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