You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
I enjoy the ability to place my cursor on an
@import
statement, hitF12
and jump to an imported file. I have noticed that this does not seem to support import paths that are defined in the compassconfig.rb
file.For instance, consider this tiny example project:
With this setup, I can use
F12
to jump fromSomeSass.scss
toBaseSass.scss
.However, if I change the import statement to this:
Then
F12
no longer works, although everything still compiles identically.The text was updated successfully, but these errors were encountered: