I believe it should work if you adjust it as so: =shadow(!color = #999) :-moz-box-shadow= !color "0px 1px 5px" :-webkit-box-shadow= !color "0px 1px 5px"
On Feb 22, 6:00 am, BigFisch <[email protected]> wrote: > Apparently if I throw #333 in color under shadow it'll output under > the flower-snippet. Why isn't sass recognize -webkit and -moz? > > On Feb 22, 2:58 am, BigFisch <[email protected]> wrote: > > > Given the following > > > =shadow(!color = #999) > > :-moz-box-shadow !color 0px 1px 5px > > :-webkit-box-shadow !color 0px 1px 5px > > > div.flower-snippet > > +shadow > > > When checking this in firefox I don't see any: > > :-moz-box-shadow #999 0px 1px 5px > > > If I copy/paste and manaully set it on flower-snippet it works. Gah, > > any ideas? > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
