mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
18 lines
1.2 KiB
CSS
18 lines
1.2 KiB
CSS
#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; }
|