Vitepress
This commit is contained in:
31
node_modules/shiki/samples/less.sample
generated
vendored
Normal file
31
node_modules/shiki/samples/less.sample
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user