eswat2 / proto-tailwindcss-clrs

Generate Custom Colors in Tailwind CSS...
https://www.npmjs.com/package/proto-tailwindcss-clrs
ISC License
3 stars 0 forks source link

Tailwind 3.0 support #10

Closed eswat2 closed 2 years ago

eswat2 commented 2 years ago

I had to refactor the way I tested the plugin because JIT is the new default behavior. Had to safelist the values I wanted to find in the test, otherwise the returned css was empty...

My plugins work fine in 3.0, but all of my tests failed.