typewind
typewind copied to clipboard
tailwind-animate plugin is not supported
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.
Seems to be an issue when prettier is trying to format property for the css docs
Fixed by https://github.com/Mokshit06/typewind/commit/3d1472f4acc8b563f60e2c1b4c79679b17503bbb and https://github.com/Mokshit06/typewind/commit/56429a6809fefe35cb0f93087ae6e0685a4214ce
Will be released soon!