libsass-python/test/d.scss

12 lines
115 B
SCSS

@mixin mx {
background-color: green;
}
body {
@include mx;
a {
font: '나눔고딕', sans-serif;
}
}