-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add color token * chore: add size token
- Loading branch information
1 parent
defe94d
commit f847c12
Showing
3 changed files
with
67 additions
and
0 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
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,22 @@ | ||
export const size = { | ||
none: '0px', | ||
'8xs': '2px', | ||
'7xs': '4px', | ||
'6xs': '8px', | ||
'5xs': '12px', | ||
'4xs': '14px', | ||
'3xs': '16px', | ||
'2xs': '20px', | ||
xs: '24px', | ||
sm: '28px', | ||
md: '32px', | ||
lg: '36px', | ||
xl: '40px', | ||
'2xl': '28px', | ||
'3xl': '56px', | ||
'4xl': '64px', | ||
'5xl': '72px', | ||
'6xl': '80px', | ||
'7xl': '100px', | ||
'8xl': '120px', | ||
}; |