-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate from @import
to @use
and @forward
#54
Labels
Comments
Indeed, in addition to the deprecation, using |
carryall
added a commit
that referenced
this issue
May 24, 2022
carryall
added a commit
that referenced
this issue
May 24, 2022
carryall
added a commit
that referenced
this issue
May 27, 2022
carryall
added a commit
that referenced
this issue
May 27, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
As the
@import
would be deprecated in a few years so we better migrate from@import
to@use
and@forward
so instead of
@import 'variables';
we should@forward 'variables';
then when working on the project we can@use './varialbes';
Note that this would depend on the issue to replace
node-sass
withdart-sass
to be closed firstWho Benefits?
everyone
The text was updated successfully, but these errors were encountered: