mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
17 lines
225 B
Sass
17 lines
225 B
Sass
#main
|
|
:width 15em
|
|
:color #0000ff
|
|
p
|
|
:border
|
|
:style dotted
|
|
/* Nested comment
|
|
More nested stuff
|
|
:width 2px
|
|
.cool
|
|
:width 100px
|
|
|
|
#left
|
|
:font
|
|
:size 2em
|
|
:weight bold
|
|
:float left
|