libsass-python/test/a.scss

12 lines
94 B
SCSS

@mixin mx {
background-color: green;
}
body {
@include mx;
a {
color: blue;
}
}