blob: a836131c434bcfe668c53ab5f4dc82e8f0ce440f [file] [log] [blame]
@mixin color {
color: red;
&.bar {
color: yellow;
}
}