-
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.
Setup new
primer-primitive
bundle (#2078)
* bump * add index * add storybook support * gatsby import * Create itchy-wasps-refuse.md
- Loading branch information
1 parent
faa2ee3
commit 92ac0e3
Showing
9 changed files
with
1,588 additions
and
1,174 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,5 @@ | ||
--- | ||
"@primer/css": patch | ||
--- | ||
|
||
Setup new `primer-primitive` bundle |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// temporary import until primitives moves to core bundle | ||
// importing the index from /css didn't play nice with Gatsby | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/base/size/size.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/base/typography/typography.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/border.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/breakpoints.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-coarse.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-fine.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/size.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/size/viewport.css' | ||
import '../node_modules/@primer/primitives/tokens-v2-private/css/tokens/functional/typography/typography.css' |
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
Large diffs are not rendered by default.
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
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,9 @@ | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/size/size.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/typography/typography.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/border.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/breakpoints.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-coarse.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-fine.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/viewport.css'; | ||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/typography/typography.css'; |
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