-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Add support for SASS modules - @use #766
Comments
Might've been my bad, it does seem to track |
@donnysim |
@evilebottnawi using it with dart sass 1.23.0 and everything works, it tracks dependencies etc. just fine. I thought it didn't work, but I just messed up the use path to the wrong file so it didn't track the correct file for changes. Haven't tried it with node_modules but don't really have anything requiring it atm.. |
@donnysim thanks for feedback, will be great if we add tests for |
I'm not sure what would be the way to add a test when only dart sass supports it for the time being. |
Just add tests only for dart sass 😄 |
Feature Proposal
While
@use
is new and libsass, ruby sass does not support it yet, you can fully use it with dart sass, so it would be awesome if it could track imports from@use
statements and trigger watchers.Feature Use Case
http://sass.logdown.com/posts/7858341-the-module-system-is-launched
The text was updated successfully, but these errors were encountered: