SassyStudio
SassyStudio copied to clipboard
Why are @import References relative instead of absolute
When I compile my scss with compass using the command line and plain ol' "compass watch" it wants the paths referencing imports to be absolute (or at least relative to the config.rb file. But when I use SassyStudio the @imports need to be relative to the file requesting the @import. What is causing this difference?
No idea; never used Compass in any of my own projects. Currently when I fire up the Compass compiler I have the working directory set to the project root, but perhaps I should have it set to the directory containing config.rb. Do you have multiple config.rb files or just the one?
I only have one config.rg in the root of the project (same level as the scss, js, stylesheets, images folders)