[Hackathon] Consume @pulumi/design-tokens for Tailwind v4 theme#19823
[Hackathon] Consume @pulumi/design-tokens for Tailwind v4 theme#19823kimberleyamackenzie wants to merge 2 commits into
Conversation
Replace hand-maintained _theme.scss color definitions with the shared PDS-generated @theme block, keeping site-specific breakpoints and assets locally. Co-authored-by: Cursor <cursoragent@cursor.com>
Pre-merge Review — Last updated 2026-06-23T17:03:51ZTip Summary: This is a build/theme infrastructure change: it replaces the inlined Tailwind v4 Review confidence:
Investigation log
🔍 Verification trail3 claims extracted · 3 verified · 0 unverifiable · 0 contradicted
🚨 Outstanding in this PRNo outstanding findings in this PR.
|
|
Your site preview for commit d3ec810 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19823-d3ec8107.s3-website.us-west-2.amazonaws.com |
Lighthouse Performance ReportCommit: d3ec810 | Metric definitions
|
v0.3.0 layered JSON sources; v0.3.1 fixes SCSS re-export paths for node_modules. Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
@pulumi/design-tokensv0.2.1 as a theme dependency_theme.scsswith the shared PDS-generated Tailwind v4@themeblockContext
pulumi.com/docs already migrated to Tailwind v4 with PDS-aligned colors. This PR wires those values to the canonical source in pulumi/pulumi-design-system so token updates propagate from one repo.
Test plan
main.scsssucceeds with@pulumi/design-tokens/scss/tailwind-v4/theme--color-gray-800: #56535a,--color-violet-primary: #5a30c5)make build-assets/ CI greenDependencies
Requires pulumi/pulumi-design-system tagged
v0.2.1(already published).Notes
Made with Cursor