Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are @import References relative instead of absolute #61

Open
benlwilliams opened this issue Apr 7, 2014 · 2 comments
Open

Why are @import References relative instead of absolute #61

benlwilliams opened this issue Apr 7, 2014 · 2 comments

Comments

@benlwilliams
Copy link

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?

@darrenkopp
Copy link
Owner

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?

@benlwilliams
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants