carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

Fix `Grid` (flex grid) #1969

Closed metonym closed 6 months ago

metonym commented 6 months ago

Stops the bleeding.

Currently, Grid using v11 styles is completely broken. v11 actually has two grid modes (CSS Grid and flex box). CSS Grid is new and not currently implemented in this PR. Grid should be renamed to FlexGrid.

This PR adjusts the SCSS config to address the following: