Skip to content
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

SASS Deprecation Warnings #399

Open
zanzara opened this issue Sep 26, 2024 · 0 comments
Open

SASS Deprecation Warnings #399

zanzara opened this issue Sep 26, 2024 · 0 comments

Comments

@zanzara
Copy link

zanzara commented Sep 26, 2024

With latest Quasar 2.17.0 and app-vite-v2.0.0-beta.22
there are a lot of SASS Deprecation Warnings arising running cmd: quasar dev | build

   color: lighten($blue-8, 10%)
    │                ^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../@quasar/quasar-ui-qmarkdown/src/components/QMarkdown.sass 171:16  @import
    ../../../@quasar/quasar-ui-qmarkdown/src/index.sass 3:9                    root stylesheet

Deprecation Warning: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 18.5454545455%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Quasar CLi project with latest Qusar 2.17.0 and latest app-vite-beta-22
  2. Include this AE qmarkdown
  3. Start quasar dev or qusar build
  4. See error

Expected behavior
No SASS warnings.

Remedies
Replace depracted SASS lighten with SASS proposals above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant