Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Grid (flex grid) #1969

Merged
merged 2 commits into from
May 5, 2024
Merged

Fix Grid (flex grid) #1969

merged 2 commits into from
May 5, 2024

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented May 5, 2024

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:

  • Grid now works as expected since the appropriate styles are emitted
  • fixes token for interactive

@metonym metonym merged commit a27a2fc into next/v11-styles May 5, 2024
1 check passed
@metonym metonym deleted the next/v11-styles-grid branch May 5, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant