You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current codebase contains the css files which seem unorganize , which might be difficult for future developers. So , I suggest a change in the css structure by refactoring all of them in Tailwind CSS classes, which would be very efficient
Steps to Reproduce
Find out and seperate the css files which are dedicated to particular pages.
Install Tailwind CSS plugin into the project.
Refactor each page one by one , leaving only one css file named as index.css ( which will contain only the global css applicable to the entire site )
Expected Behavior
No , specific behavioral change in the website as the codebase will be structured. But the css loading will be much more faster.
I would like to work on this issue unnder GSSoC'24
The text was updated successfully, but these errors were encountered:
Issue Description
The current codebase contains the css files which seem unorganize , which might be difficult for future developers. So , I suggest a change in the css structure by refactoring all of them in Tailwind CSS classes, which would be very efficient
Steps to Reproduce
Expected Behavior
No , specific behavioral change in the website as the codebase will be structured. But the css loading will be much more faster.
I would like to work on this issue unnder GSSoC'24
The text was updated successfully, but these errors were encountered: