Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(radius): added circle and pill
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Apr 13, 2023
1 parent 9ad7e2b commit 954567b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,14 @@
"600": {
"value": "{size.600}",
"type": "borderRadius"
},
"pill": {
"value": "100em",
"type": "borderRadius"
},
"circle": {
"value": "50%",
"type": "borderRadius"
}
}
},
Expand Down

0 comments on commit 954567b

Please sign in to comment.