Sign in
third-party-mirror
/
lightningcss
/
refs/heads/master
/
.
/
tests
/
testdata
/
mixin.css
blob: a836131c434bcfe668c53ab5f4dc82e8f0ce440f [
file
] [
edit
]
@
mixin color
{
color
:
red
;
&.
bar
{
color
:
yellow
;
}
}