Hacker News new | ask | show | jobs
by Leftium 882 days ago
> I will use SvelteKit, Tailwind, and... (https://www.onemonthprojects.dev/blog/post/making-25songs)

Doesn't Tailwind force you to use styling (utility classes)? Otherwise every element is reset to absolutely no style, so you can't even tell if an element is a button/link/etc.

Because of this, I use https://v2.picocss.com:

- Allows me to prototype with truly no styling (i.e. no CSS/style tags)...

- Yet get a clean default style that is mobile-friendly.

- Easy to add styling later. (Like add Tailwind, if you wish.)

Example sites:

- https://multi-launch.leftium.com (html source: https://github.com/Leftium/multi-launch/blob/a1ff6a69c224f86...)

- https://tt.leftium.com (html source: https://github.com/Leftium/transform/blob/076d9145f9729b959c...)

- https://gg.leftium.com/r/md (html source: https://github.com/Leftium/cloud9dancehall.com/blob/5816aace...)