Skip to content
Release 1.1.0

Changed: integrate BUX design tokens and migrate the theme to semantic tokens (#382)
- Source scale tokens from BUX's Sass variables layer; spacing emits in rem
- Reimplement bux-h1–h6 and bux-paragraph mixins over BUX typography tokens
- Migrate all color usage to BUX mode-aware semantic tokens (light value-identical; dark adopts BUX values)
- Resolve ~80 review-var colors to nearest semantic token; fix undefined --gray
- Reduce #block-wcm-bux-content specificity via :where() and remove 34 !important

Fixed: post-1.0 formatting regressions from the #382 migration (#387)
- Restore block display on text-block paragraphs and global body line-height
- Body copy uses sans consistently; table headers bold again
- Button-link hover border, tile clickability, tile image ratios, full-width heroes
- Sidebar nav hover, accordion borders, error-alert links, footer icons/links
- Site name alignment, inset tile/card spacing, CKEditor content link styling