Skip to content

Commit

Permalink
update scopes for some size tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 7, 2023
1 parent 7a5855d commit a8f8f6b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/tokens/functional/size/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"$type": "dimension",
"$extension": {
"org.primer.figma": {
"collection": "functional/size"
"collection": "functional/size",
"scopes": ["size"]
}
}
},
Expand Down Expand Up @@ -104,7 +105,8 @@
"$type": "dimension",
"$extension": {
"org.primer.figma": {
"collection": "functional/size"
"collection": "functional/size",
"scopes": ["size"]
}
}
},
Expand Down Expand Up @@ -160,7 +162,8 @@
"$type": "dimension",
"$extension": {
"org.primer.figma": {
"collection": "functional/size"
"collection": "functional/size",
"scopes": ["size"]
}
}
},
Expand Down Expand Up @@ -226,7 +229,8 @@
"$type": "dimension",
"$extension": {
"org.primer.figma": {
"collection": "functional/size"
"collection": "functional/size",
"scopes": ["size"]
}
}
},
Expand Down Expand Up @@ -282,7 +286,8 @@
"$type": "dimension",
"$extension": {
"org.primer.figma": {
"collection": "functional/size"
"collection": "functional/size",
"scopes": ["size"]
}
}
},
Expand Down

0 comments on commit a8f8f6b

Please sign in to comment.