-
-
Notifications
You must be signed in to change notification settings - Fork 27k
[Q] use absolute paths to import sass files #2156
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 :) |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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: