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:
Grid now works as expected since the appropriate styles are emitted
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 toFlexGrid
.This PR adjusts the SCSS config to address the following:
Grid
now works as expected since the appropriate styles are emittedinteractive