MythicApp / Website

The landing page of our project, inspired by sites such as Apple and CodeEdit.
https://getmythic.app
GNU Affero General Public License v3.0
5 stars 2 forks source link

Migrate to Tailwind #6

Open aryanprince opened 1 day ago

aryanprince commented 1 day ago

Summary

Would you be open to migrating this codebase to Tailwind? There are so many benefits to it, can maintain the exact same styling patterns (the Apple-like design) - while having much better DX.

Why

For example: If you wanted to update the styling for the main homepage, you gotta edit index.astro. Except, layout related styling is now in Layout.astro. Lotta jumping back and forth now to figure out which classes affect which pages now.

Lot of manual work to create all the different responsive breakpoints, and adding custom classes to it. Tailwind makes all of this easier (and better).

If Yes

I can help with the migration if you're down to do this.

blackxfiied commented 1 day ago

I'm down but also not a web developer, lol. The old web developer for Mythic went cold turkey on me, so I've been doing just what I can to update the site.

If you're willing to work with my incompetence on web development, I'm for sure up for the challenge.