-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Switch from @import to @use #7157
base: develop
Are you sure you want to change the base?
Conversation
Generate changelog in
|
Fixes #7031
This PR re-introduces the changes from #7074 and includes fixes to issues mentioned in #7154.
In the original PR, some imports were missed for function calls in a few places. SASS compile did not complain because I guess it assumes they might be native CSS functions.
I have double-checked all function usage to make sure no other imports were missing, and I've compared the results of the docs-app locally to make sure the issues shown in #7154 are resolved.
cc: @ggdouglas
Checklist