mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Add parent selector to user variable
This commit is contained in:
@@ -113,3 +113,12 @@ p a span {
|
||||
.other::bnord {
|
||||
color: #ff0000;
|
||||
}
|
||||
.a .b {
|
||||
color: red;
|
||||
}
|
||||
.a.c {
|
||||
color: black;
|
||||
}
|
||||
.a :nth-child(3) {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user