On 8/6/07, Max Muermann <[EMAIL PROTECTED]> wrote: > > > Currently, Sass will silently eat all but the last selector. Is there > something I've missed?
Sass doesn't know these lines are related and treats each of them as separate CSS blocks. It doesn't output the first few because it finds them empty. This certainly is expected behavior, at least to me. Sass parser should be expanded to treat multiple lines with same indentation ending with commas as a single selector. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
