mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +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
789a200349
commit
7f84c57cb9
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 '@ibm/plex/scss/ibm-plex.scss';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue