-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update SASS @import rule to @use #63
Comments
Updating to
https://sass-lang.com/documentation/at-rules/use/ After updating the
I tried creating named namespaces:
But this required updating I was able to create a
Closing as "won't do" since Related issue: AlaskaAirlines/WebCoreStyleSheets#201 |
Please verify the version of auro-form you have installed
1.1.0
Please describe the bug
The SASS
@import
rule has been deprecated, leading to lots of warnings in the console.All form components should use the new
@use
rule:nolimits4web/swiper#7771
Reproducing the error
Run
npm run build
and note the warnings i the console.Expected behavior
There should be no deprecation warnings in the console.
The text was updated successfully, but these errors were encountered: