I've started using SASS today (it rocks btw), not only for my rails app, also for php-based sites. So I'm using the sass command line tool, really easy, but one thing is annoying: I can't merge multiple scss files into one. I can let the sass-tool scan for changes in all files, but it also creates the css files for every scss-file. But I want to merge them all into one single style.css. And I want to share the variables between all stylesheets. I could use a style.scss with @import .. but in that case the sass tool don't see the changes in included files..
Is it any possibility to merge the files? Or let the sass cli reacts on every change in the folder? -- 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.
