-
Notifications
You must be signed in to change notification settings - Fork 380
Remove CSS Relative Colors usage #1953
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
Conversation
Co-authored-by: Alice Cecile <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on a modern browser and the asset page works, I don't have an easy way of testing if it actually fixes the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Hopefully it can be reverted eventually.
#1771 introduced the usage of CSS Relative Colors but this feature is not widely available yet (even if it's part of the 2024 Baseline). This PR moves the relative colors computation from CSS to SASS.
Once CSS Relative Colors has wide support this PR should be reverted.
Fixes #1951
Fixes #1937