Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.67 KB

2.x migration

Elements

Name 2.x
Color Migrate
Grid Migrate
Themes Migrate
Type Migrate

Globals

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.

Imports

1.x 2.x
@use '@carbon/ibm-security/scss/platform'; @use 'carbon-components/scss/globals/scss/css--body';

Feature flags

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,
);

Components

Name 2.x
Portal Migrate
StepIndicator Migrate