Files
Basalt2/node_modules/shiki/samples/less.sample
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

32 lines
377 B
Plaintext

.button {
&-ok {
background-image: url("ok.png");
}
&-cancel {
background-image: url("cancel.png");
}
&-custom {
background-image: url("custom.png");
}
}
.link {
& + & {
color: red;
}
& & {
color: green;
}
&& {
color: blue;
}
&, &ish {
color: cyan;
}
}
// From https://lesscss.org/features/#parent-selectors-feature