-
-
Notifications
You must be signed in to change notification settings - Fork 23
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 Unused React SAAS Components with Tailwind Components #583
Comments
@RojaPinnamraju this issue misses the size tag - where we amount for the points / effort this story would take. Could you please add that? Also please add a feature & Milestone to this issue as well. #407 - you could use this issue as reference |
StoryAs a developer I would like to use a consistent design system for reusable UI components ProblemRight now, there are two component systems in the codebase - one for sass components, and one for tailwind.
This happened because when they first started the project, they used sass to handle CSS styling. About a year ago, the team decided to implement Tailwind CSS components, which I believe is a better and more maintainable paradigm in the long run. We should ideally have only one CSS "framework" for consistency. I believe we should migrate all sass to tailwind while we are still in the "early stages" of the project, beginning with the UI components. How will we do it:
Next step after UI components, is to migrate the rest of the frontend code to tailwind (eg. the page components). After that, we can uninstall sass completely. ActionsInstructions for frontend developers working on this:
After we do this for every component, we will work on replacing the sass components in the pages one at a time. Please let me know if you have any questions at all! Resources |
Hi @RojaPinnamraju I saw that you were caught up with your move, were you able to look into this issue post joining back? |
The text was updated successfully, but these errors were encountered: