Skip to content

Commit 17c80c6

Browse files
portikMadamdehaven
andauthored
feat(tokens): add border-radius-round token (#30)
* feat(tokens): add border-radius-rounded token * fix(tokens): rename border-radius-round token * fix(tokens): address PR feedback Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> --------- Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>
1 parent 673ad00 commit 17c80c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tokens/source/border/radius.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"circle": {
2020
"comment": "Used to create a circle. Value of 50%",
2121
"value": "50%"
22+
},
23+
"round": {
24+
"comment": "Used to round element corners. Value of 100px",
25+
"value": "100px"
2226
}
2327
}
2428
}

0 commit comments

Comments
 (0)