-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
deprecation warnings in quasar/src/css/variables.sass' #17581
Comments
Hi @Crypto69! 👋 It looks like you provided an invalid or unsupported reproduction URL. Without a proper reproduction, your issue will have to get closed. Thank you for your collaboration. 👏 |
It doesn't seem to reproduce |
I copied the code to the repo https://github.com/Crypto69/quasarissue |
Please also upgrade to latest |
Ah, wait. You are already on the latest version. Checking out what Sass has changed... |
Fixes available in:
Just released them. |
@rstoenescu does this help also for that AE from Jeff? quasarframework/quasar-ui-qmarkdown#399 (comment) |
@zanzara yes, it should (in theory) |
Unfortunately it doesn't :-( And with latest app-vite-beta.23 I got even more warnings now. |
On beta 22 I didn't have this error after upgrade to 23 I have warnings |
If you get into trouble, just do a clean install with the latest beta. |
Yes, confirm it. A clean did work. |
The same problem happened with Vite plugin for Quasar, how to solve it |
@LuckDogHu Upgrade to |
thank you. it work well @rstoenescu |
What happened?
Created a new app using cli.
When you run the app with quasar dev you get a number of deprecation warning
» App URL................ http://localhost:9000/
http://192.168.1.225:9000/
» Dev mode............... spa
» Pkg quasar............. v2.17.0
» Pkg @quasar/app-vite... v1.10.0
» Browser target......... es2019|edge88|firefox78|chrome87|safari13.1
App • Opening default browser at http://localhost:9000/
Deprecation Warning on line 7, column 9 of node_modules/quasar/dist/quasar.sass:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
7 │ @import 'src/css/quasar.variables.scss'
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Deprecation Warning on line 8, column 9 of node_modules/quasar/dist/quasar.sass:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
8 │ @import 'quasar/src/css/variables.sass' etc...
What did you expect to happen?
It should just run without these warnings
Reproduction URL
https://github.com/Crypto69/quasarissue
How to reproduce?
Create a new quasar app using the CLI
quasar dev
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite), Directives (quasar), Style & Identity (quasar)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: