@var: black;
.a() {
color: red;
}
.b {
color: green;
.a();
color: blue;
background: @var;
.a, .b {
background: green;
.c, .d {
background: gray;
& + & {
.extend:extend(.a all) {
color: pink;
@import (inline) "imported.css";