Bernardo Ferrari
Bernardo Ferrari
I have good news. Compose is coming soon! I'm still tweaking it, but this how it looks so far:    
Do you prefer A or B?  
Yeah, that's a nice idea, although I have maybe two or three users and I love to hear them 😅. The taller one is slightly taller, but allows longer app...
 New UI 👀
New version 2.0.0 just got released. Thanks for all your help during the past 7 years!! It is a complete rewrite, I know you will enjoy!!
Thanks!!
Why? Just because of the test being too much pain?
```css @import "tailwindcss"; @plugin "tailwindcss-animate"; @custom-variant dark (&:is(.dark *)); @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --font-sans: var(--font-geist-sans); --font-mono: var(--font-geist-mono); --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);...
I think you should use `@import "tw-animate-css";` (and pnpm install it) instead of `tailwindcss-animate` which doesn't support Tailwind 4. It is interesting the official shadcn v4 sample has the @keyframes...