DEV Community

Discussion on: Building My Personal Site with Go and TailwindCSS

Collapse
 
jsn1nj4 profile image
Elliot Derhay

Tailwind++. I'd like to also recommend PurgeCSS if you're not using that yet.

Collapse
 
restoreddev profile image
Andrew Davis

Thanks for the recommendation. I have been wanting to set up PurgeCSS.

Collapse
 
jsn1nj4 profile image
Elliot Derhay

It's a wonderful tool for sure. Tailwind is the first CSS framework of its kind that I've used (generated completely from a JS config file), so I haven't yet learned to tune the config enough to remove what I don't need while keeping what I definitely want.

PurgeCSS made this far less painful though. Now I do get to keep some variations of things that I'll end up using and completely removing any other class variations that don't appear anywhere in my source.

Collapse
 
jsn1nj4 profile image
Elliot Derhay

Also, nice and simple idea for your personal site. Simple bio, simple post feed. I may have to look at SimpleMDE for Markdown now too.