I you convert big big css too sass, you might be for very long night,
example you have one smart part that goes like this:
------------------------------------
p,pre,br,ul,li,div,a,span {
        font-family:verdana ;
        font-size:10pt;
}
------------------------------------

ok, coverting is easy:
------------------------------------
p,pre,br,ul,li,div,a,span
  font-family:verdana
  font-size:10pt
------------------------------------

When you try to render that, it renders whole big css file except
those lines. No warnings, no errors, nothing, code simply disappears.

What was wrong, no space between font-family: and verdana and no space
between font-size: and 10pt
--~--~---------~--~----~------------~-------~--~----~
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