tw-to-css
tw-to-css copied to clipboard
Allow use of CSS Variables for tailwind values
It would be helpful to transform certain tailwind values like "gray-100" or "text-3xl" to use variables like var(--gray-100) and var(--3xl), in particular to enable easier support for variable based dark theme.