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/nested.css
nex3 bf57ea77eb Fixed erroneous indentation of output for attribute-less Sass rules.
Thanks again to Tom Stuart!


git-svn-id: svn://hamptoncatlin.com/haml/trunk@426 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 10:24:43 +00:00

21 lines
337 B
CSS

#main {
width: 15em;
color: #0000ff; }
#main p {
border-style: dotted;
border-width: 2px; }
#main .cool {
width: 100px; }
#left {
font-size: 2em;
font-weight: bold;
float: left; }
#right .header {
border-style: solid; }
#right .body {
border-style: dotted; }
#right .footer {
border-style: dashed; }