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