Skip to content

Commit e0aa983

Browse files
committed
[Add] radius 토큰 추가
1 parent 7a2262e commit e0aa983

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

tokens/base/radius.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"radius": {
3+
"base": {
4+
"r0": {
5+
"$type": "borderRadius",
6+
"$value": "0"
7+
},
8+
"r2": {
9+
"$type": "borderRadius",
10+
"$value": "2"
11+
},
12+
"r4": {
13+
"$type": "borderRadius",
14+
"$value": "4"
15+
},
16+
"r6": {
17+
"$type": "borderRadius",
18+
"$value": "6"
19+
},
20+
"r8": {
21+
"$type": "borderRadius",
22+
"$value": "8"
23+
},
24+
"r10": {
25+
"$type": "borderRadius",
26+
"$value": "10"
27+
},
28+
"r12": {
29+
"$type": "borderRadius",
30+
"$value": "12"
31+
},
32+
"r14": {
33+
"$type": "borderRadius",
34+
"$value": "14"
35+
},
36+
"r16": {
37+
"$type": "borderRadius",
38+
"$value": "16"
39+
},
40+
"r20": {
41+
"$type": "borderRadius",
42+
"$value": "20"
43+
},
44+
"r24": {
45+
"$type": "borderRadius",
46+
"$value": "24"
47+
},
48+
"r32": {
49+
"$type": "borderRadius",
50+
"$value": "32"
51+
},
52+
"full": {
53+
"$type": "borderRadius",
54+
"$value": "9999"
55+
}
56+
}
57+
}
58+
}

0 commit comments

Comments
 (0)