Name | 2.x |
---|---|
Color | Migrate |
Grid | Migrate |
Themes | Migrate |
Type | Migrate |
To align with Carbon's documentation and package ecosystem, global-related code now directly references underlying Carbon modules to provide consistency in accessing common functions, mixins, variables, and more.
Library output of body style and reset is deprecated and will be removed in an upcoming major release.
Also refer to optimizing Sass builds in Carbon.
1.x |
2.x |
---|---|
@use '@carbon/ibm-security/scss/platform'; |
@use 'carbon-components/scss/globals/scss/css--body'; |
If using body style and reset, you can disable the library output using a feature flag by writing the following Sass code before importing:
$security--feature-flags: (
platform: false,
);
Name | 2.x |
---|---|
Portal |
Migrate |
StepIndicator |
Migrate |