Source code

Revision control

Copy as Markdown

Other Tools

.x {
--x: 1;
}
:scope > .y {
--y: 1;
}
@scope (.inner-scope) {
.z {
--z: 1;
}
}
& > .w {
--w: 1;
}
& > & > .u {
--u: 1;
}