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

[Frontend] Cleanup CSS #4141

Open
shu8 opened this issue Jul 10, 2023 · 0 comments
Open

[Frontend] Cleanup CSS #4141

shu8 opened this issue Jul 10, 2023 · 0 comments
Labels
enhancement javascript Pull requests that update Javascript code starter task

Comments

@shu8
Copy link
Member

shu8 commented Jul 10, 2023

Describe the bug
The frontend refactor (#4114, #4095) migrated most of the original CSS, but a lot of it may be duplicated or redundant now after the refactoring.

It would be nice to go through the CSS and clean up all the unnecessary styles.

It would be even better to convert most of the styles to use CSS modules (see Next.js docs) rather than having most of the styles as global styles. Some of the components already use this, but a lot of styles are still global.

@shu8 shu8 added bug starter task enhancement javascript Pull requests that update Javascript code and removed bug labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement javascript Pull requests that update Javascript code starter task
Projects
None yet
Development

No branches or pull requests

1 participant