Skip to content

Commit

Permalink
fix(tokens): remove extra fixed size tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea authored and jcfranco committed Nov 15, 2024
1 parent 11154f1 commit 9af6d1d
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions packages/calcite-design-tokens/src/semantic/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@
"semantic": {
"size": {
"fixed": {
"px": {
"value": "{core.size.default.1}",
"type": "spacing",
"description": "deprecated",
"attributes": {
"calcite-schema": {
"system": "calcite",
"tier": "semantic",
"domain": "",
"component": "",
"pattern": "fixed",
"element": "",
"category": "size",
"group": "",
"kind": "",
"appearance": "",
"property": "",
"variant": "",
"state": "",
"scale": "px",
"context": "",
"mode": ""
}
}
},
"xxxs": {
"value": "{core.size.default.2}",
"type": "spacing",
Expand Down

0 comments on commit 9af6d1d

Please sign in to comment.