Skip to content

CL-5776: Restore app-authored styling via Tailwind v4 build - #18

Merged
TheGreatAxios merged 3 commits into
mainfrom
cl-5776-restore-app-authored-styling-tailwind-build-or-equivalent-in
Aug 9, 2026
Merged

CL-5776: Restore app-authored styling via Tailwind v4 build#18
TheGreatAxios merged 3 commits into
mainfrom
cl-5776-restore-app-authored-styling-tailwind-build-or-equivalent-in

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Wire @tailwindcss/vite + a local tailwind.css entry that @sources apps/web and UI packages so app-authored utilities (grids, artifact kind palette) ship in production CSS.
  • Add check:web-utilities + web tests that fail when required utilities are missing from the built CSS; run the check in CI.

Closes CL-5776.

Test plan

  • bun run --filter @workbench/web build emits utilities
  • bun run check:web-utilities ok
  • bun test apps/web/test/tailwind-build.test.ts green
  • web typecheck green
  • CI green on this PR

Import a local entry that sources apps/web and UI packages, and run @tailwindcss/vite so grids and the artifact kind palette land in the production CSS instead of only whatever react-ui prebuilt ships.
@TheGreatAxios
TheGreatAxios merged commit f5e5e27 into main Aug 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant