Y
Hacker News
new
|
ask
|
show
|
jobs
by
sureglymop
878 days ago
I'd actually love a tool that converts tailwind CSS to regular CSS on save because my biggest issue with CSS is that I constantly have to come up with ids and class names.
2 comments
khalby786
878 days ago
https://www.vanillabreeze.dev/
(by the author of this post)
link
onion2k
878 days ago
Tailwind to CSS:
https://tailwind-to-css.vercel.app/
CSS to Tailwind:
https://transform.tools/css-to-tailwind
link