crswll / tailwindcss-theme-swapper

A helper for getting tailwind values into css custom properties and switching them between media queries and classes. You can try it out here: https://play.tailwindcss.com/Gt21fePNvv
320 stars 15 forks source link

Use color-mix over translating color to RGB #47

Closed crswll closed 10 months ago

crswll commented 11 months ago

We were previously getting the R G B channels from a color and using that in a custom property to allow us to set the opacity for colors. This PR replaces all that with using color-mix.