You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sass as the preprocessor of my "css" modules, as described in the documentation.
With the latest version of Qwik, this is generating an awful lot of deprecation warnings in the terminal when the application is run in dev mode:
...
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
...
Which component is affected?
Qwik Runtime
Describe the bug
I am using Sass as the preprocessor of my "css" modules, as described in the documentation.
With the latest version of Qwik, this is generating an awful lot of deprecation warnings in the terminal when the application is run in dev mode:
Reproduction
https://github.com/rondonjon/qwik-sass-repro
Steps to reproduce
npm create qwik@latest
.css
modules to.scss
modulesnpm i -D sass
npm run dev
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: