- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support @use along with @import #110
Comments
@lucpotage any chance that you can make a PR? Can you give me some doc links? |
Here is more info about the @use rule. Also, they discourage the use of @import the moment your start using the latest version of Sass. So, I suppose this loader would become a v3 since it's a breaking change. We should clearly inform developers about it. I will try to create a PR. |
I created a PR that I hope you will test. It needs extra work and I did not succeed in testing it properly. If you can, it would be great! |
yes! I am looking for this as well |
@saltnpixels if you could submit a PR, I'd surely get it reviewed! Actually, we need to get #111 finished up! |
Seeing this conversation webpack-contrib/sass-loader#804, I suppose it's important to wait before starting anything with this loader. In the meantime, I started to use postcss and realize I should have used it earlier. The ecosystem around the @use syntax is not mature. 😐 |
@lucpotage see webpack-contrib/sass-loader#804 (comment) Can you confirm that we've got the |
@saltnpixels, @lucpotage, @Tomburgs Released version 2.1.0 🎉. |
I tried to use the loader with the latest sass version and unfortunately it does not seem to support
@use
and@forward
rules.This would be a nice addition.
The text was updated successfully, but these errors were encountered: