mirror of
https://github.com/less/less.js.git
synced 2026-02-06 04:55:03 -05:00
Add additional test for nested selectors. Rebuild dist.
This commit is contained in:
@@ -31,3 +31,20 @@ div.ext7,
|
||||
.ext6 > .ext7 {
|
||||
width: 100px;
|
||||
}
|
||||
.ext,
|
||||
.a .c,
|
||||
.b .c {
|
||||
test: 1;
|
||||
}
|
||||
.a,
|
||||
.b {
|
||||
test: 2;
|
||||
}
|
||||
.a .c,
|
||||
.b .c {
|
||||
test: 3;
|
||||
}
|
||||
.a .c .d,
|
||||
.b .c .d {
|
||||
test: 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user