mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
25 lines
353 B
Sass
25 lines
353 B
Sass
a
|
|
:color #000
|
|
&:hover
|
|
:color #f00
|
|
|
|
p, div
|
|
:width 100em
|
|
& foo
|
|
:width 10em
|
|
&:hover, bar
|
|
:height 20em
|
|
|
|
#cool
|
|
:border
|
|
:style solid
|
|
:width 2em
|
|
.ie7 &, .ie6 &
|
|
:content string(Totally not cool.)
|
|
.firefox &
|
|
:content string(Quite cool.)
|
|
|
|
.wow, .snazzy
|
|
:font-family fantasy
|
|
&:hover, &:visited
|
|
:font-weight bold
|