typewind icon indicating copy to clipboard operation
typewind copied to clipboard

tailwind-animate plugin is not supported

Open Frantss opened this issue 2 years ago • 2 comments

I'm running into the following erro when trying to run typewind generate I'm guessing it is not able to parse the CSS variable based on the output

SyntaxError: CssSyntaxError: Unknown word (1:11)
> 1 | .fade-in {--tw-enter-opacity}

This is solved by removing tailwind-animate from my plugin list. Here's a codesandbox with a minimal reproduction.

Frantss avatar Jan 25 '23 23:01 Frantss

Seems to be an issue when prettier is trying to format property for the css docs Screenshot 2023-01-27 at 15 30 05

kavinvalli avatar Jan 27 '23 10:01 kavinvalli

Fixed by https://github.com/Mokshit06/typewind/commit/3d1472f4acc8b563f60e2c1b4c79679b17503bbb and https://github.com/Mokshit06/typewind/commit/56429a6809fefe35cb0f93087ae6e0685a4214ce

Will be released soon!

kavinvalli avatar Jan 30 '23 16:01 kavinvalli