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
There's a small typo on const sidebarMenuButtonVariants = cva(...) that's affecting the rendering of the Sidebar when collapsed. That's unrelated to TailwindCSS v4 itself. It causes the top left button/icon to be decentralized.
There's a small typo on
const sidebarMenuButtonVariants = cva(...)
that's affecting the rendering of theSidebar
when collapsed. That's unrelated to TailwindCSS v4 itself. It causes the top left button/icon to be decentralized.app-tailwind-v4/components/ui/sidebar.tsx
Lines 514 to 515 in 0611162
This
group-data-[collapsible=icon]:p-2!
syntax is invalid and requires a small fix:Happy to open a PR with the fix if needed.
The text was updated successfully, but these errors were encountered: