Tokens (CSS custom properties)
CSS custom properties
Contexto a nivel de :root
:root{
--my-design-system--color-primary: red;
}Contexto a nivel de :host
:host{
--color-primary: var(--my-design-system--color-primary);
}Last updated
Was this helpful?
