Skip to content

Commit

Permalink
feat(data): removing redundant 0px sizing options from global.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 10, 2024
1 parent 053c6c4 commit 2b0e02f
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions data/tokens/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
}
},
"size": {
"none": {
"value": "{origin.dimension.0}",
"type": "sizing"
},
"form": {
"XXS": {
"value": "{origin.dimension.200}",
Expand Down Expand Up @@ -209,21 +213,13 @@
"value": "{origin.dimension.700}",
"type": "sizing",
"description": "Color picker square"
},
"none": {
"value": "{origin.dimension.0}",
"type": "sizing"
}
},
"icon": {
"M": {
"value": "{origin.dimension.250}",
"type": "sizing",
"description": "Icons"
},
"none": {
"value": "{origin.dimension.0}",
"type": "sizing"
}
},
"bar": {
Expand All @@ -241,10 +237,6 @@
"value": "{origin.dimension.200}",
"type": "sizing",
"description": "L loader bar, L progress tracker bar"
},
"none": {
"value": "{origin.dimension.0}",
"type": "sizing"
}
},
"circle": {
Expand Down Expand Up @@ -283,10 +275,6 @@
"type": "sizing",
"description": "XL Portraits"
}
},
"none": {
"value": "{origin.dimension.0}",
"type": "sizing"
}
},
"space": {
Expand Down

0 comments on commit 2b0e02f

Please sign in to comment.