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