divyansh-2005 / FinNews

FinNews! This web application is designed to provide users with summarized financial news and insights across various categories, including finance news, government schemes, startup insights, and daily news.
https://fin-news-one.vercel.app/
20 stars 72 forks source link

FEATURE : Migrate CSS Styles to Tailwind CSS #133

Open prajwaln07 opened 1 month ago

prajwaln07 commented 1 month ago

Feature Request: Convert Existing CSS to Tailwind CSS

Is your feature request related to a problem? Please describe.
Currently, the project uses standard CSS for styling, which can lead to inconsistency and make it more challenging to maintain. I'm always frustrated when I need to adjust styles across multiple files or components, as it takes more time and effort to ensure uniformity. Additionally, it increases the overall file size, making the project less optimized.

Describe the solution you'd like
I propose migrating the existing CSS styles to Tailwind CSS, a utility-first CSS framework. By using Tailwind CSS, we can:

Checklist

prajwaln07 commented 1 month ago

@divyansh-2005 please share your thoughts on this.