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

screens doesn't seem to be working #23

Closed harbolaez closed 2 years ago

harbolaez commented 2 years ago

the screens config doesn't seem to be working when applied through the theme swapper.

i.e. https://play.tailwindcss.com/oBhl7HJKuG?file=config

crswll commented 2 years ago

Hello!

The screen would need to be in Tailwind's theme like this: https://play.tailwindcss.com/SYhD06VJw7

harbolaez commented 2 years ago

Thanks, @crswll, just saw the css does not support them. thanks!