This rules only allows using semantic tokens for background colors.
a {
background: red;
}
a {
background-color: #ff9d49;
}
a {
color: var(--color-elevation-surface-overlay);
}
This rules only allows using semantic tokens for background colors.
a {
background: red;
}
a {
background-color: #ff9d49;
}
a {
color: var(--color-elevation-surface-overlay);
}