Example: ``` scss @mixin label-variant($color) { &[href] { background-color: $color; } } ```
Example: