Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.18 KB

themes.md

File metadata and controls

22 lines (15 loc) · 1.18 KB

Themes

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.

Feature flags

1.x 2.x
security--css-custom-property-theming enable-css-custom-properties

Functions

1.x 2.x
theme Themes

Variables

1.x 2.x
$security--theme Themes
var(--token), for example var(--interactive-01) $token, for example $interactive-01