`settings.tailwindcss.entryPoint` is required and explicit. No
filesystem auto-detect, no surprises across machines. Same input,
same output.
Tailwind v4 native
Calls `@tailwindcss/node` directly to understand your custom
`@theme` tokens, your shadcn variables, your typography plugin.
No need to keep a parallel config in sync.
Coexists with oxfmt and Prettier
Point oxfmt's `sortTailwindcss.stylesheet` at the same CSS this
plugin uses, and the two tools agree on every byte. The
[interop guide](/interop) walks through the setup.
Fail loud, fix easy
Misconfiguration surfaces as a single `designSystemUnavailable`
diagnostic with an actionable hint — never as silently-skipped
rules. The error tells you exactly which file and what to set.