-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapts Blankslate to render proportionally in narrow areas (#3869)
* adapts Blankslate to render proportionally in narrow areas * adds color token fallbacks * adds changeset * formats CSS with Prettier * rm dead css module style * uses smarter primitives * tweaks type scale * improves token usage * upgrades styled-components, converts Blankslate styles back to styled-components * adds comment explaining why 34rem for min-width * renders an inline style block to get around styled-component 5.x limitations around container blocks * Update src/Blankslate/Blankslate.tsx Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com> --------- Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
- Loading branch information
1 parent
5f94644
commit 57fcfe6
Showing
3 changed files
with
128 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
Adapts Blankslate to render proportionally in narrow areas. | ||
|
||
<!-- Changed components: Blankslate --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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