The existing grid specification will be deprecated in the next major version in favor of Carbon's grid.
Also refer to migration in Carbon.
1.x |
2.x |
---|---|
@import '@ibmduo/grid/**/*'; |
@import '@carbon/ibm-security/scss/globals/grid/index'; |
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,
);