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

fix: Remove deprecated SASS code #49337

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix: Remove deprecated SASS code #49337

wants to merge 2 commits into from

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Nov 17, 2024

Summary

Reduce warnings during build time:

  • global namespace is deprecated use color namespace for e.g. color.mix
  • @import is deprecated, use @use. @import will be removed and replaced with native CSS import.

Checklist

- global color functions are now deprecated - use color namespace
- `@import` is deprecated and will be removed (will be native CSS import
  in future)

Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux added 3. to review Waiting for reviews ♻️ refactor Refactor code (not a bug fix, not a feature just refactoring) labels Nov 18, 2024
@susnux susnux added this to the Nextcloud 31 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews ♻️ refactor Refactor code (not a bug fix, not a feature just refactoring)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant