-
-
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
Converted all the css into Tailwind css of Container component #1746
base: main
Are you sure you want to change the base?
Converted all the css into Tailwind css of Container component #1746
Conversation
Co-authored-by: Kyle Holmberg <[email protected]>
…l-styling-with-Tailwind
Co-authored-by: Kyle Holmberg <[email protected]>
hey @kylemh any further changes needed? |
Yes. If you look into the status checks of this PR, you'll see that tests are failing. You'll want to fix those failures. Additionally, you should do some due dilligence by running the dev server and comparing betwen production and your local branch. I see that background color is incorrect on https://operation-code-r4usxeoc6-operation-code.vercel.app/#join-our-thriving-community-link (see baseline). Also note that the About page's hero's background image is out of position when compared to prod. These are just two of potentially multiple issues that you'll want to investigate and resolve. |
Okay will check that |
hey @kylemh sorry for the delay, |
Not for awhile, but maybe you can pause here and try converting another component? Please share which component you plan on doing in #1725 before doing it so you dont step on somebody else's feet! |
Code Climate has analyzed commit 4c30d24 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 75.6% (0.0% change). View more on Code Climate. |
Description of changes
Converted all the css into Tailwind css of Container component
Issue - #1725
Issue Resolved
Fixes #NA
Screenshots/GIFs