| ▲ | barnabee a day ago | |
I’ve had zero problems getting Claude to generate CSS. I generally ask for the following, from scratch for each project: - A theme file full of variables (if you squint this actually looks a bit like Tailwind) - A file containing global styles, mostly semantic, rather than just piles of classes - Specific, per component styles (I often use Svelte so this is easy as they live in the component files and are automatically scoped to the component) IMO there’s even less need for Tailwind with AI than there was before. When I see people talking about how good AI is with Tailwind it just feels like they’re lazily copying each other without even trying to avoid unnecessary complexity. | ||