docs(design-guide): document vendored Tailwind Browser build #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/vendor-tailwind-browser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The infra-side app-registry change vendoring Basecoat UI also vendors
@tailwindcss/browser@4.3.2(self-hosted, served at/tailwind/browser.js),because Basecoat's own CDN bundle only ships the Tailwind utility classes its
components use — not general-purpose utilities like
grid,flex,gap-*,or responsive variants, which the guide's own Layout examples rely on.
Confirmed empirically: those examples render as an unstyled single column
without it.
This docs the fix:
vendored
/tailwind/browser.jsincluded general Tailwind utilities
basecoat-css@1.0.2,@tailwindcss/browser@4.3.2)Test plan