-
james_k_nelson I handle this use case with CSS custom properties in a similar way. They can be set on the outer - then inherited, and applied to selectors on the inner. .btn-control { --color-default: var(--theme-primary); --color-hover: var(--theme-primary-hover); }