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 CSS math calculations deprecation warnings #41

Open
rileywong311 opened this issue Oct 3, 2023 · 0 comments
Open

Fix CSS math calculations deprecation warnings #41

rileywong311 opened this issue Oct 3, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@rileywong311
Copy link
Contributor

rileywong311 commented Oct 3, 2023

The style sheets use a deprecated math calculation such as $border-radius-root / 2 when instead it should use calc($border-radius-root / 2) for good practice. The site still works and builds, but it would be nice to tackle these warnings.

Updating the bootstrap styling itself (I believe Vuetify) might fix this, but it may not be easy because packages might conflict.

These may need to be manually replaced.

@rileywong311 rileywong311 added bug Something isn't working good first issue Good for newcomers labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant