Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 817 Bytes

File metadata and controls

23 lines (15 loc) · 817 Bytes

Grid

The existing grid specification will be deprecated in the next major version in favor of Carbon's grid.

Also refer to migration in Carbon.

Migrating

Imports

carbon-addons-security @carbon/ibm-security
@use '@ibmduo/grid/**/*'; @use '@carbon/ibm-security/scss/globals/grid';

Feature flags

If using @carbon/grid, you can disable the legacy grid output using a feature flag by writing the following Sass code before importing:

$security--feature-flags: (
  css-gridish: false,
);