Hi,

I greatly enjoy using haml & sass, but recently ran into this issue:

I have many lines like this:

=
drop_receiving_element(:origin_input, :accept=>[:font_chooser,:size_chooser], 
:hoverclass
=> 'accept_drop')

and it is going to get even longer.  I'd like to wrap it so it looks
something like this:

= drop_receiving_element(:origin_input,
      :accept=>[:font_chooser,:size_chooser],
      :hoverclass => 'accept_drop')

is there a way to do that?

Thanks!


--~--~---------~--~----~------------~-------~--~----~
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