To align with Carbon's support for inline theming with CSS custom properties, theme-related feature flags and variables, instead of referencing Carbon for IBM Security-specific members, now directly reference underlying Carbon feature flags and members to provide consistency in accessing common variables.
1.x |
2.x |
---|---|
security--css-custom-property-theming |
enable-css-custom-properties |
1.x |
2.x |
---|---|
theme |
Themes |
1.x |
2.x |
---|---|
$security--theme |
Themes |
var(--token) , for example var(--interactive-01) |
$token , for example $interactive-01 |