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

"Navigate To Import" and Compass Import Paths #56

Open
altearius opened this issue Mar 20, 2014 · 1 comment
Open

"Navigate To Import" and Compass Import Paths #56

altearius opened this issue Mar 20, 2014 · 1 comment

Comments

@altearius
Copy link

I enjoy the ability to place my cursor on an @import statement, hit F12 and jump to an imported file. I have noticed that this does not seem to support import paths that are defined in the compass config.rb file.

For instance, consider this tiny example project:

image

With this setup, I can use F12 to jump from SomeSass.scss to BaseSass.scss.

However, if I change the import statement to this:

@import "Admin/BaseSass.scss";

Then F12 no longer works, although everything still compiles identically.

@darrenkopp
Copy link
Owner

I'll look into what it would take to add this, but not committing to this feature yet. I don't think this would be too terribly hard though.

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