tw-to-css icon indicating copy to clipboard operation
tw-to-css copied to clipboard

Allow use of CSS Variables for tailwind values

Open TheBigSasha opened this issue 1 year ago • 0 comments

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.

TheBigSasha avatar May 01 '24 01:05 TheBigSasha