SassyStudio icon indicating copy to clipboard operation
SassyStudio copied to clipboard

Why are @import References relative instead of absolute

Open benlwilliams opened this issue 11 years ago • 2 comments
trafficstars

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?

benlwilliams avatar Apr 07 '14 12:04 benlwilliams

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?

darrenkopp avatar Apr 07 '14 15:04 darrenkopp

I only have one config.rg in the root of the project (same level as the scss, js, stylesheets, images folders)

benlwilliams avatar Apr 07 '14 16:04 benlwilliams