I recently branched one of my Rails 3.0 projects with the 3.1 rc1 to try the new assets pipeline. I\'ve been using Sass in the project before going 3.1 so I\'ve been setting up
Sass supports Partials. That way you can include your separate configuration in __configuration.sass_ and reference it with
@import "configuration";
from your main sass-file.