-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update size tokens to Primitives pre-v8 release (#2425)
* use new size tokens * Create wild-wombats-doubt.md * fix import * Update wild-wombats-doubt.md
- Loading branch information
1 parent
bb4eef5
commit 718f1aa
Showing
9 changed files
with
48 additions
and
42 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,6 @@ | ||
--- | ||
"@primer/css": patch | ||
--- | ||
|
||
- Bump primitives to v7.11.7 | ||
- Update size tokens to Primitives pre-v8 release |
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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/size/size'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/typography/typography'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/border'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/breakpoints'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-coarse'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-fine'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/viewport'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/typography/typography'; | ||
@import '@primer/primitives/tokens-next-private/css/base/size/size'; | ||
@import '@primer/primitives/tokens-next-private/css/base/typography/typography'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/border'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/breakpoints'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/size-coarse'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/size-fine'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/size'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/size/viewport'; | ||
@import '@primer/primitives/tokens-next-private/css/functional/typography/typography'; | ||
@import './temp-typography-tokens.scss'; |
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
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