Skip to content

Commit

Permalink
feat: Add opacity tokens (#732)
Browse files Browse the repository at this point in the history
## Description:
*Add opacity tokens 55, 60, 80*
  • Loading branch information
coraliefeil authored Feb 7, 2024
1 parent 36d0f7e commit daba617
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/tokens/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,14 @@
"value": "50%",
"type": "opacity"
},
"opacity-55": {
"value": "55%",
"type": "opacity"
},
"opacity-60": {
"value": "60%",
"type": "opacity"
},
"opacity-70": {
"value": "70%",
"type": "opacity"
Expand Down Expand Up @@ -1554,6 +1562,14 @@
"value": "{opacity-50}",
"type": "opacity"
},
"55": {
"value": "{opacity-55}",
"type": "opacity"
},
"60": {
"value": "{opacity-60}",
"type": "opacity"
},
"70": {
"value": "{opacity-70}",
"type": "opacity"
Expand All @@ -1562,6 +1578,10 @@
"value": "{opacity-75}",
"type": "opacity"
},
"80": {
"value": "{opacity-80}",
"type": "opacity"
},
"\b85": {
"value": "{opacity-85}",
"type": "opacity"
Expand Down

0 comments on commit daba617

Please sign in to comment.