mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
changed rulesets.css output to match the new parser output
This commit is contained in:
@@ -1,17 +1,52 @@
|
||||
#first > .one { font-size: 2em; }
|
||||
#first > .one > #second .two > #deux { width: 50%; }
|
||||
#first > .one > #second .two > #deux #third { height: 100%; }
|
||||
#first > .one > #second .two > #deux #third:focus { color: black; }
|
||||
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth { color: purple; }
|
||||
#first > .one > #second .two > #deux #fourth { color: #110000; }
|
||||
#first > .one > #second .two > #deux #fourth .seven { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #fourth .eight > #nine { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #fourth #ten { color: red; }
|
||||
#first > .one > #second .two > #deux #five { color: #110000; }
|
||||
#first > .one > #second .two > #deux #five .seven { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #five .eight > #nine { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #five #ten { color: red; }
|
||||
#first > .one > #second .two > #deux #six { color: #110000; }
|
||||
#first > .one > #second .two > #deux #six .seven { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #six .eight > #nine { border: 1px solid black; }
|
||||
#first > .one > #second .two > #deux #six #ten { color: red; }
|
||||
#first > .one {
|
||||
font-size: 2em;
|
||||
}
|
||||
#first > .one > #second .two > #deux {
|
||||
width: 50%;
|
||||
}
|
||||
#first > .one > #second .two > #deux #third {
|
||||
height: 100%;
|
||||
}
|
||||
#first > .one > #second .two > #deux #third:focus {
|
||||
color: black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth {
|
||||
color: purple;
|
||||
}
|
||||
#first > .one > #second .two > #deux #fourth {
|
||||
color: #110000;
|
||||
}
|
||||
#first > .one > #second .two > #deux #fourth .seven {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #fourth .eight > #nine {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #fourth #ten {
|
||||
color: red;
|
||||
}
|
||||
#first > .one > #second .two > #deux #five {
|
||||
color: #110000;
|
||||
}
|
||||
#first > .one > #second .two > #deux #five .seven {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #five .eight > #nine {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #five #ten {
|
||||
color: red;
|
||||
}
|
||||
#first > .one > #second .two > #deux #six {
|
||||
color: #110000;
|
||||
}
|
||||
#first > .one > #second .two > #deux #six .seven {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #six .eight > #nine {
|
||||
border: 1px solid black;
|
||||
}
|
||||
#first > .one > #second .two > #deux #six #ten {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
> #second .two > #deux {
|
||||
width: 50%;
|
||||
#third {
|
||||
:focus {
|
||||
&:focus {
|
||||
color: black;
|
||||
#fifth {
|
||||
> #sixth {
|
||||
@@ -27,4 +27,4 @@
|
||||
}
|
||||
}
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user