tailwind-cascade
tailwind-cascade copied to clipboard
Override TailwindCSS classes for component composition
code: console.log(twCascade('border-red border-red-100')) expected result: border-red-100 current result: border-red border-red-100
Currently group generation is static and shipped with the package. Do that with the default Tailwind config, but also allow generating groups based on a project's `tailconfig.config.js` file so that...
I expected tailwind-cascade to handle standard theme color names like 'primary', 'secondary', 'info' etc. But it doesn't. I was going to change the color definitions to include those but then...
Add TailwindCSS v2 support.