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

Issue: Transitioning Away from Global Styles in globals.css - **remove .input-base** #1161

Open
John-Paul-Larkin opened this issue Oct 20, 2024 · 2 comments

Comments

@John-Paul-Larkin
Copy link
Member

Context

We currently have numerous global style classes defined in the globals.css file, which goes against the component-based styling approach promoted by Tailwind CSS. This can lead to unintended styling consequences throughout the project.

We plan to incrementally remove these styles.
As the first step in moving away from this approach, we need to:

Remove the .input-base class from globals.css.
Copy the styles and apply them directly within the relevant component where they are used.

Expected Behavior

Ensure that the updated components are tested before and after the change to verify that the styles (including the hover) remain consistent.

Additional info

File can be found at:

/styles/globals.css

@John-Paul-Larkin John-Paul-Larkin changed the title Issue: Transitioning Away from Global Styles in globals.css - ***remove .input-base*** Issue: Transitioning Away from Global Styles in globals.css - **remove .input-base** Oct 20, 2024
@mumtazmumtazfb
Copy link

I would like to complete this task. Can you please assign it to me?

@John-Paul-Larkin
Copy link
Member Author

Thanks @mumtazmumtazfb
I assigned you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants