-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot resolve to SCSS partial files #39
Comments
I just wanted to add that if you don't import your partial files including underscore and extension, the whole plugins crashes and stops working even in unrelated files. so if you, like me always import partials without extension or underscore and the extension is not working this may be the cause. Also: I had to include // |
Ah this might be what I'm experiencing too. #42 @Arikael can you give me an example of how you structure your paths ? I've tried other ways but appears the plugin will not read underscore partials. |
Will be cool, if you give me more examples of your problem. Now my fast & lightweight parser has no support for |
@Christo44
instead of |
@Arikael
|
I think I am experiencing the same isse, not sure. I am using the Foundation Zurb Framework. This is how you can reproduce:
that's it, now you can watch the files with Mixin and variable completion does not work, I suppose it is because of underscores/partials, etc. |
Closed in favor of #49 |
Hey,
I've found that when trying to import scss partial file, plugin doesn't work correctly because it doesn't resolve to scss partial file with leading underscore e.g.
_partial.scss
.In dev tools
When trying to resolve path for
@import '...'
, I think that plugin should also check if partial file exists, likeThe text was updated successfully, but these errors were encountered: