-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
[Q] use absolute paths to import sass files #2156
Labels
Comments
Does this help? #741 (comment) |
fuller example: |
@kellyrmilligan Mind sending a PR to add this to the Sass integration doc? |
done! |
@kellyrmilligan thanks! this is perfect. Please feel free to close the issue :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to use absolute paths for sass imports? For example, when trying to import
src/shared/variables.scss
from a deeply nested component, there could be a lot of../../../../
to import the right style file.Related: #1712 (for importing JS files)
The text was updated successfully, but these errors were encountered: