mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore: keep flex-grid instead of css grid for the moment
Upgrading to css-grid should be separate.
This commit is contained in:
parent
ad34a00f36
commit
8c7e8882b2
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
@use '@carbon/styles' with ($prefix: 'bx');
|
@use '@carbon/styles' with (
|
||||||
|
$prefix: 'bx',
|
||||||
|
$use-flexbox-grid: true
|
||||||
|
);
|
||||||
@use '@carbon/themes';
|
@use '@carbon/themes';
|
||||||
@use '@ibm/plex/scss/ibm-plex.scss';
|
@use '@ibm/plex/scss/ibm-plex.scss';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue