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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
What version of @tailwindcss/jit are you using?
0.1.7
What version of Node.js are you using?
14.15.5 (LTS)
What browser are you using?
Chrome
What operating system are you using?
Windows 10
Reproduction repository
Unfortunately this is a private repo that I can't share, but it should be fairly easy to reproduce anywhere.
The divide-y-0 and divide-x-0 classes generate faulty values that have weird side effects when using @tailwind/jit.
With the regular Tailwindcss processor:
With @tailwind/jit:
The difference is the missing "px" in the @tailwind/jit version, which causes the value to be invalid.
In some cases, these faulty values were causing the element to have 3px borders (top and bottom with the divide-y-0 class).
The text was updated successfully, but these errors were encountered: