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/templates/parent_ref.sass
nex3 96f8800d71 Sass: "&:foo, bar" in a selector is the same as "&:foo, & bar".
git-svn-id: svn://hamptoncatlin.com/haml/trunk@534 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-22 20:03:56 +00:00

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