chore: keep flex-grid instead of css grid for the moment

Upgrading to css-grid should be separate.
This commit is contained in:
Gregor Wassmann 2022-11-04 13:11:35 +01:00 committed by Enrico Sacchetti
commit 7f84c57cb9
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -1,4 +1,7 @@
@use '@carbon/styles' with ($prefix: 'bx');
@use '@carbon/styles' with (
$prefix: 'bx',
$use-flexbox-grid: true
);
@use '@carbon/themes';
@use '@ibm/plex/scss/ibm-plex.scss';