You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah unfortunately this is a limitation of the regex-based JS parser in v3 as mentioned in the linked comment. The good news is that the v4 parser handles this better and won't pick up -left-0 👍
Going to close this one since it's an intentional trade-off but will be better in the future!
When using 0.5 as negative value, tailwind generates "-foo-0" as an extra class on the generated css.
Here is the reproduction of the issue on play: https://play.tailwindcss.com/5zq4jfVadZ using v3.4.3
And the generated css ends with:
It is not a big bug in this case, just two extra lines on the css, but may be it have other escenarios with a bigger impact. Regards.
The text was updated successfully, but these errors were encountered: