a few minor selector match fixes: updated tests.

This commit is contained in:
seven-phases-max
2013-10-29 22:25:36 +04:00
parent 194f2c5213
commit a1c97f3147
2 changed files with 38 additions and 0 deletions

View File

@@ -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%;

View File

@@ -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;