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]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
