you're changing the wrong instance of solid.

look for the word solid in a script context. E.g.:

border= 1px "solid" #ddd

(note the equals sign instead of colon)

chris

On Tue, Dec 22, 2009 at 1:28 PM, Phil <[email protected]> wrote:

> When I run my rails tests I get a bunch of these warnings
>
> DEPRECATION WARNING:
> Implicit strings have been deprecated and will be removed in version
> 2.4.
> 'solid' was not quoted. Please add double quotes (e.g. "solid").
>
> But when I add double quotes to my border definition, sass ignores the
> line and no border is drawn.
>
> For example:
>
> border: 1px "solid" #ddd   //not rendered when double quotes surround
> sold
>
>
>
> Any way to stop the deprecation warnings or to get sass to handle
> lines with the double quotes properly.
>
> --
>
> 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] <haml%[email protected]>.
> 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 [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.


Reply via email to