tailwind-cascade icon indicating copy to clipboard operation
tailwind-cascade copied to clipboard

Override TailwindCSS classes for component composition

Results 4 tailwind-cascade issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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.