IDE

A new way to build CSS frameworks with... TailwindCSS?

#css,#tailwindcss

TailwindCSS has a great color scheme, good default styles, a way to remove unused classes, a way to make custom classes, and lots more. It would be the greatest thing if we could use its styles to make our own CSS frameworks. Guess what, we can!

I haven't done it yet, but the main steps look like so:

That's it! You will get a new CSS file with your framework ready to use.

There are a few more things you could try:

I think this is the same approach that tailwindui is using.