DEPRECATION WARNING: Implicit strings have been deprecated and will be removed in version 2.4.

3 views
Skip to first unread message

Phil

unread,
Dec 22, 2009, 4:28:33 PM12/22/09
to Haml
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.

Chris Eppstein

unread,
Dec 22, 2009, 5:21:19 PM12/22/09
to ha...@googlegroups.com
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


--

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



Phil

unread,
Dec 23, 2009, 8:41:52 PM12/23/09
to Haml
Ahhh TY!

OMG I was killing myself over this.

> > haml+uns...@googlegroups.com <haml%2Bunsu...@googlegroups.com>.

Nathan Weizenbaum

unread,
Dec 23, 2009, 10:15:32 PM12/23/09
to ha...@googlegroups.com
I really ought to add line numbers and ideally positions in the line to these messages.

To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages