yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.4k stars 977 forks source link

style: use Tailwind CSS #649

Closed tianheg closed 2 months ago

tianheg commented 2 months ago

Most of the work has been done, all that remains is to merge some module style files into className.

Suggestions for changes are welcome

Demo: https://running-page-fork-by-tianheg.vercel.app/

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
running-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 14, 2024 8:36am
ben-29 commented 2 months ago

I'm not very experienced with frontend development, especially when it comes to CSS. However, I can see that a tremendous amount of work has been put into this PR, and the demo looks fantastic. Well done!

frostming commented 2 months ago

Great work! Can we switch to css-only to remove the dependency on sass? The style tweaks can be achieved in tailwind.config.js I think.

tianheg commented 2 months ago

Great work! Can we switch to css-only to remove the dependency on sass? The style tweaks can be achieved in tailwind.config.js I think.

Yes, I can do that