Files
Bricks-Sections/design/bcw-color-palette.json
Spencer dbbcfa27dd Add design system, audit sections, apply global classes
Design system (design/):
- bcw-css-variables.json: color, spacing (--space-xs→2xl), typography (--h1→h6, --text-sm→xl)
- bcw-color-palette.json: named swatches referencing CSS variables
- bcw-global-classes.json: section-container, section-header, col-3, col-4, features-container, footer-sub-section
- design.md: full variable reference and usage guide

Templates:
- features-3col + features-4col: add global_classes embed + _cssGlobalClasses references
- All headers + footers: apply var(--color-primary) background to section elements
- footer-columns: add footer-sub-section class to column containers
- Remove content-image-left (duplicate of content-image-right with children reversed)
- testimonials: gap tweak 12px → 15px on card containers

Repo hygiene:
- Add .gitignore (Updated_Sections/)
- Clear Updated_Sections staging folder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:42:54 -06:00

78 lines
1.4 KiB
JSON

{
"id": "bcwpal",
"name": "BCW",
"default": false,
"colors": [
{
"id": "bcwc01",
"name": "primary",
"raw": "var(--color-primary)"
},
{
"id": "bcwc02",
"name": "primary-light",
"raw": "var(--color-primary-light)"
},
{
"id": "bcwc03",
"name": "primary-dark",
"raw": "var(--color-primary-dark)"
},
{
"id": "bcwc04",
"name": "secondary",
"raw": "var(--color-secondary)"
},
{
"id": "bcwc05",
"name": "secondary-light",
"raw": "var(--color-secondary-light)"
},
{
"id": "bcwc06",
"name": "secondary-dark",
"raw": "var(--color-secondary-dark)"
},
{
"id": "bcwc07",
"name": "tertiary",
"raw": "var(--color-tertiary)"
},
{
"id": "bcwc08",
"name": "tertiary-light",
"raw": "var(--color-tertiary-light)"
},
{
"id": "bcwc09",
"name": "tertiary-dark",
"raw": "var(--color-tertiary-dark)"
},
{
"id": "bcwc10",
"name": "text",
"raw": "var(--color-text)"
},
{
"id": "bcwc11",
"name": "heading",
"raw": "var(--color-heading)"
},
{
"id": "bcwc12",
"name": "bg",
"raw": "var(--color-bg)"
},
{
"id": "bcwc13",
"name": "bg-alt",
"raw": "var(--color-bg-alt)"
},
{
"id": "bcwc14",
"name": "white",
"raw": "var(--color-white)"
}
]
}