There isn't a straightforward way to do this, since Sass stores all colors
internally in the same way. The easiest thing to do would probably be to add
a custom rgb-str() function that takes a color value and returns an rgb()
string.

On Wed, Oct 13, 2010 at 4:32 PM, Rob <robert.mo...@gmail.com> wrote:

> Hi there,
>
> I'm using SASS to develop for a midori browser and have recently
> upgraded from haml 2.2.4 to the latest release (3.0.21).
> There seems to be a bug in midori with regards to using the -webkit-
> gradient in that the colours need to be expressed in rgb.
> Is there any way to suppress the conversion from rgb to hex colours
> which the more recent version of SASS undertakes?
>
> Cheers,
>
> Rob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to h...@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to