blob: d0fa1954022a5fe12e0923f3126b67f8955add66 [file] [log] [blame] [edit]
.x {
--x: 1;
}
:scope > .y {
--y: 1;
}
@scope (.inner-scope) {
.z {
--z: 1;
}
}
& > .w {
--w: 1;
}
& > & > .u {
--u: 1;
}