UNPKG
@syncognito/maya
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Maya Design System - Shared tokens and platform-specific components
gitlab.com/syncognito/maya
@syncognito/maya
/
dist
/
tokens
/
borderRadius.js
10 lines
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
//
Root
shared
borderRadius
(universal
across
all
platforms)
export
const
borderRadius
=
{
none:
0
,
sm:
2
,
md:
4
,
lg:
8
,
xl:
12
,
full:
9999
, }
;
//#
sourceMappingURL=borderRadius.js.map