-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Refactor Custom CSS Classes in Stylesheets > Tailwind Classes #772
Comments
I want to work on this. |
Sounds great @20RitikSingh! I've assigned you to the issue. If you need any help, do checkout our #Hacktober event schedule. I'd recommend taking it 1 stylesheet at a time and getting that first pull request / draft up sooner rather than later so it's easy to collaborate. 😄 |
Hey @20RitikSingh how's this one coming along? If you need any help @RabeaGleissner or @linds0202 might be interested in contributing here. They just did a great job on #777 which is related to this one! |
If @20RitikSingh doesn't mind, I am going to finish the refactoring for the routes stylesheet |
Hey, I'd like to work on the nav.css |
Sorry, not sure why this was closed. |
Description
Our site has some legacy code that uses CSS classes to style some pages / components in
/src/stylesheets/
. Since then we've adopted Tailwind as our main styling library. It'd be helpful to refactor these stylesheets so the pages / components use Tailwind instead, OR add a comment at the top of the stylesheet to highlight why CSS classes are a better solution for that particular page. Some of the CSS classes may simply be unused, in which case they can be removed.CodeSee map of relevant files / folders.
Front end feature screenshots
There should be minimal changes to the front-end look / feel / content of the site. This is more of a maintenance refactoring.
Code of Conduct
Checklist
/CONTRIBUTORS.md
if you're a first-time contributor!/src/stylesheets/burger.css
/src/stylesheets/nav.css
- @TylerGeorgeAlexander/src/stylesheets/routes.css
- @linds0202/src/stylesheets/timeline.css
- @homiecoder/src/stylesheets/index.css
The text was updated successfully, but these errors were encountered: