Skip to content

Commit

Permalink
feat: add new type token #70
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   src/size/scale.json
modified:   src/text.json
  • Loading branch information
leeejune authored and blackfalcon committed Apr 20, 2022
1 parent 075fa9e commit 6502384
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/size/scale.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"font": {
"scale": {
"base": {
"60": {
"value": 0.625,
"px": {
"value": "10px"
}
},
"70": {
"value": 0.75,
"px": {
Expand Down
5 changes: 5 additions & 0 deletions src/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,11 @@
}
},
"size": {
"xxs": {
"value": "{size.font.scale.base.60.value}",
"public": true,
"deprecated": false
},
"xs": {
"value": "{size.font.scale.base.70.value}",
"public": true,
Expand Down

0 comments on commit 6502384

Please sign in to comment.