-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Replace all styling with Tailwind #1725
Comments
@subhajit20 You could gradually work on this one! One component and/or one page per PR. It's nice because you won't feel like there's a mountain of work. Just whatever you feel comfortable contributing. |
@kylemh Sure, Can you assign this to me? |
Note that you may need to define Tailwind theme values to leverage the existing CSS values more ergonomically: https://github.com/OperationCode/front-end/blob/main/common/styles/variables.css |
@kylemh when I push changes this error is comming Will I change ReactDom.render to create room for all the test files? |
This is a Next.js application. ReactDOM.render is not used in this repository. Perhaps try re-installing dependencies? Hopefully you've gone through the README instructions! |
Sorry I have fixed that |
Hello @kylemh is the issue still open? I can help in converting the CSS of the footer to Tailwind. Since this is a big issue I hope it wouldn't be a problem with @subhajit20 if I join. |
I don't think it'd be a problem! Just steer clear of the work being done in #1746 obviously |
Yes, I will make sure I do that. Should I start working on this? Can you assign me? |
I can only assign one person to an issue on GitHub. Feel free to work on it regardless. Maybe post here what components you are working on for visibility. |
hey @kylemh I am not able to make another pr, the |
done that,Thanks |
@subhajit20 please note the changes I made here:
|
Blocked by #1724
The text was updated successfully, but these errors were encountered: