Overriding components
When to Override vs. Create New
Situation
Approach
Identifying the Component
civictheme/components/
├── 00-base/ # Foundation (variables, mixins, grid)
├── 01-atoms/ # Button, Tag, Heading, Link, etc.
├── 02-molecules/ # Cards, Accordion, Breadcrumb, etc.
├── 03-organisms/ # Header, Footer, Banner, Navigation, etc.
└── 04-templates/ # Page layoutsCopy and Register
Modifying the Component
Style-Only Overrides (Simpler Alternative)
Rebuild and Verify
Common Pitfalls
Last updated
Was this helpful?