swapagarwal / swag-for-dev

😎 swag opportunities for developers
http://devswag.io
Creative Commons Zero v1.0 Universal
4.26k stars 355 forks source link

Request to Migrate DevSwag.io to Tailwind CSS #1278

Open ZODIAC3K opened 2 weeks ago

ZODIAC3K commented 2 weeks ago

Issue Description:

Currently, DevSwag.io uses traditional CSS for styling. I propose migrating the project to Tailwind CSS for the following benefits:

  1. Efficiency: Tailwind’s utility-first approach allows quick styling with predefined classes, eliminating the need for custom CSS.
  2. Reduced Bloat: Tailwind’s purge mechanism removes unused CSS, resulting in smaller, optimized stylesheets.
  3. Consistency: Tailwind enforces design consistency across the project.
  4. Responsiveness: Tailwind simplifies responsive design using breakpoint utilities.
  5. Better Collaboration: The familiar utility-based approach improves collaboration and maintenance.

Proposed Action:

I'll handle the migration, starting by replacing existing CSS with Tailwind’s utilities and ensuring optimal file size.

Assignment:

Please assign me to this issue so I can begin the migration.

aslafy-z commented 2 weeks ago

I think this could be interesting, I guess it may alter the current look a bit. Let's have a try and see how it goes!

ZODIAC3K commented 2 weeks ago

Sure, I will start right away, then let's see how it turns out! Ty for the opportunity.