1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/sass/results/multiline.css

24 lines
420 B
CSS

#main,
#header {
height: 50px; }
#main div,
#header div {
width: 100px; }
#main div a span,
#main div em span,
#header div a span,
#header div em span {
color: pink; }
#one div.nested,
#one span.nested,
#one p.nested,
#two div.nested,
#two span.nested,
#two p.nested,
#three div.nested,
#three span.nested,
#three p.nested {
font-weight: bold;
border-color: red;
display: block; }