-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(GridLayout.Content - static): migrate to @vanilla-extract/css (#…
…4999) ## Describe your changes * Migrates part of `GridLayout.Content` to `@vanilla-extract/css`. `GridLayout.Content` has sort of two APIs when it comes about `width` prop: A string like `"1 / 2"` or an object indicating the size it should assume at a particular breakpoint: `{ base: "1", md: "5 / 6" }`. I refer to them as _static_ and _responsive_ mode respectively. Those modes apply different set of styles so we can't merge them. **This PR is about migrating the _static_ mode.** ## Justify why they are needed Initial step of migrating `GridLayout.Content.`
- Loading branch information
1 parent
b733152
commit 37d51a4
Showing
2 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters