haml--haml/test/sass/results/expanded.css

20 lines
243 B
CSS
Raw Normal View History

#main {
width: 15em;
color: #0000ff;
}
#main p {
border-style: dotted;
/* Nested comment
* More nested stuff */
border-width: 2px;
}
#main .cool {
width: 100px;
}
#left {
font-size: 2em;
font-weight: bold;
float: left;
}