CSS Class Based Core Components

Has anyone converted the current set of CoreComponents from Tailwind to regular css?

CoreComponents are very useful for prototyping but they rely on Tailwind and I want to drop Tailwind from my project. It wouldn’t be the worst thing to convert the styles myself, but if someone already has a solution I see no reason to develop my own.

Well since Tailwind generates regular CSS you could simply copy the resulting file from priv/static to your assets and remove tailwind without having to refactor the components.

1 Like