ui
ui copied to clipboard
refactor: using tailwind built-in className instead of redundant jit-mode
Simply adjust every jit mode classname sth-[50%]
to sth-1/2
e.g
- left-[50%]
+ left-1/2
- left-[-50%]
+ -left-1/2
references: https://v2.tailwindcss.com/docs/just-in-time-mode https://tailwindcss.com/docs/top-right-bottom-left https://tailwindcss.com/docs/translate https://github.com/jamiebuilds/tailwindcss-animate/blob/main/docs/enter-animation-translate.md
@cyantiz is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.