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

uniform styling implementation #91

Merged
merged 10 commits into from
Mar 27, 2024
Merged

Conversation

dpgraham4401
Copy link
Member

Description

Adds tailwind CSS as a dependency and implements all stylings in our source using utility classes instead of the ad hoc styling we had before that involved global classes, react style props, and css modules.

Issue ticket number and link

closes #90

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@github-actions github-actions bot added CI/CD continuous integration/continuous deployment dependencies changes to our dependencies documentation Improvements or additions to documentation labels Mar 27, 2024
@dpgraham4401 dpgraham4401 merged commit 8b3abe5 into USEPA:main Mar 27, 2024
9 checks passed
@dpgraham4401 dpgraham4401 deleted the tailwind_poc branch March 27, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD continuous integration/continuous deployment dependencies changes to our dependencies documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Global theming implementation
1 participant