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
Auto-format after transform: transformed code is now automatically formatted using the user's configured default formatter (e.g. Prettier, Biome) in preview, apply, and transform-on-save modes.
Empty line preservation: empty lines in JSX/TSX source are no longer stripped during transformation. Uses comment-based placeholders to survive SWC's AST pipeline.
Alpha / opacity modifiers: support text-white/60, bg-blue-500/50 and other color-with-alpha syntaxes across all color modes (hex, oklch, hsl, var).
color-mix() support: opt-in color-mix(in oklab, …) output for alpha transparency via var-mode colors.
CSS variable syntax -(…): support Tailwind v4 bg-(--my-color), text-(--my-var), p-(--spacing) and type-hinted variants like bg-(image:--my-bg).
Gradient utilities: bg-linear-*, bg-radial-*, bg-conic-* with standard angles, arbitrary values, and CSS variable syntaxes.