-
-
Notifications
You must be signed in to change notification settings - Fork 195
fix(crates.io): variables names #1708
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
base: main
Are you sure you want to change the base?
Conversation
If any variables are broken, almost all are going to need to be changed (see the duplicate variables from the linter). You'll want to check every tab of every package, find all the places each variable is used. |
@MuntasirSZN as this website randomly generates the CSS variables every time it builds, it is near impossible and consistently frustrating to keep and maintain it. This is currently pending as I decide how to handle this in the future. If you really want to move this along the most helpful thing would be to see if upstream crates.io source can adopt consistent color variables, for the base hex codes at least, making it easier here. |
(For example looking at https://github.com/rust-lang/crates.io/tree/main/app/styles I wonder if whatever bundler is used for the CSS modules is making this difficult...) |
🔧 What does this fix? 🔧
fixes #1707
🗒 Checklist 🗒