mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
a few minor selector match fixes: updated tests.
This commit is contained in:
@@ -64,11 +64,31 @@
|
||||
.amp.support {
|
||||
color: orange;
|
||||
}
|
||||
.amp.support .higher {
|
||||
top: 0px;
|
||||
}
|
||||
.amp.support.deeper {
|
||||
height: auto;
|
||||
}
|
||||
.extended {
|
||||
width: 100%;
|
||||
border: 1px;
|
||||
background: none;
|
||||
color: orange;
|
||||
top: 0px;
|
||||
height: auto;
|
||||
}
|
||||
.extended .higher {
|
||||
top: 0px;
|
||||
}
|
||||
.extended.deeper {
|
||||
height: auto;
|
||||
}
|
||||
.do .re .mi .fa .sol .la .si {
|
||||
color: cyan;
|
||||
}
|
||||
.mutli-selector-parents {
|
||||
color: cyan;
|
||||
}
|
||||
.foo .bar {
|
||||
width: 100%;
|
||||
|
||||
@@ -61,12 +61,30 @@
|
||||
.amp {
|
||||
&.support {
|
||||
color: orange;
|
||||
.higher {
|
||||
top: 0px;
|
||||
}
|
||||
&.deeper {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.extended {
|
||||
.bo;
|
||||
.jo.ki;
|
||||
.amp.support;
|
||||
.amp.support.higher;
|
||||
.amp.support.deeper;
|
||||
}
|
||||
.do .re .mi .fa {
|
||||
.sol .la {
|
||||
.si {
|
||||
color: cyan;
|
||||
}
|
||||
}
|
||||
}
|
||||
.mutli-selector-parents {
|
||||
.do.re.mi.fa.sol.la.si;
|
||||
}
|
||||
.foo .bar {
|
||||
.bar;
|
||||
|
||||
Reference in New Issue
Block a user