This is currently implemented in trunk, using similar syntax to CSS 
includes. For instance, if you want to include "foo.sass," you'd add 
"@import foo." If it finds a Sass file, it'll literally include 
everything from that file into the current one (you can even use 
constants defined in the other file); if it doesn't, it'll compile down 
to "@import foo.css."

- Nathan

Daniel Guettler wrote:
> Hi,
>
> one question, do you plan to provide support to merge multiple sass
> files into one css file. This would be helpful if you have an overview
> pages which pull together information from different sections, then
> you could just include all sass files into one for that page and you
> don't have to repeat yourself.
>
> If you don't were would be a good place to start implementing that
> myself?
>
> Thanks, Daniel
>
>
> >
>
>   


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