Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 857 Bytes

2.x-grid.md

File metadata and controls

23 lines (15 loc) · 857 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

1.x 2.x
@import '@ibmduo/grid/**/*'; @import '@carbon/ibm-security/scss/globals/grid/index';

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