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

Upgrade SCSS code #2670

Open
3 tasks done
Maquinours opened this issue Oct 21, 2024 · 0 comments
Open
3 tasks done

Upgrade SCSS code #2670

Maquinours opened this issue Oct 21, 2024 · 0 comments

Comments

@Maquinours
Copy link

Clear and concise description of the problem

Some deprecations have been added for SCSS code recently. This cause deprecation warnings like this :

DEPRECATION WARNING on line 1, column 9 of node_modules/.pnpm/react-big-calendar@1.15.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-big-calendar/lib/sass/agenda.scss: 
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
  ╷
1 │ @import './variables';

or DEPRECATION WARNING: darken() is deprecated.

Suggested solution

Upgrade SASS version and replace deprecated uses by what is suggested.

Alternative

No response

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant