Skip to content

Commit 149bbb4

Browse files
committed
fix: duplicate tokens
1 parent 175e943 commit 149bbb4

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/tokens.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,13 @@ const TOKENS = {
128128
'h5m-font-weight': '500',
129129
'h5m-font-variation-wght': '500',
130130
'h5m-letter-spacing': '0',
131-
// h6 (unused)
131+
// h6
132132
'h6-font-size': '15px',
133133
'h6-line-height': '20px',
134134
'h6-letter-spacing': '0',
135135
'h6-font-weight': '400',
136-
'h6-font-variation-wght': '700',
136+
'h6-font-variation-wght': '600',
137137
'h5-icon-size': '18px',
138-
// h6
139-
'h6-font-size': '14px',
140-
'h6-line-height': '20px',
141-
'h6-letter-spacing': '0.01em',
142-
'h6-font-weight': '600',
143-
'h6-icon-size': '16px',
144138
// t1
145139
't1-font-size': '19px',
146140
't1-line-height': '24px',
@@ -154,15 +148,13 @@ const TOKENS = {
154148
't2-font-weight': '400',
155149
't2-font-variation-wght': '400',
156150
't2-letter-spacing': '0',
157-
't2-letter-spacing': '0',
158151
't2-icon-size': '18px',
159152
// t2m
160153
't2m-font-size': '17px',
161154
't2m-line-height': '22px',
162155
't2m-font-weight': '400',
163156
't2m-font-variation-wght': '500',
164157
't2m-letter-spacing': '0',
165-
't2m-font-weight': '500',
166158
't2m-icon-size': '18px',
167159
// t3
168160
't3-font-size': '15px',
@@ -184,8 +176,6 @@ const TOKENS = {
184176
't3s-font-weight': '400',
185177
't3s-font-variation-wght': '600',
186178
't3s-letter-spacing': '0',
187-
't3m-letter-spacing': '0',
188-
't3m-font-weight': '500',
189179
't3m-icon-size': '16px',
190180
// t4
191181
't4-font-size': '13px',
@@ -199,8 +189,6 @@ const TOKENS = {
199189
't4m-font-weight': '400',
200190
't4m-font-variation-wght': '500',
201191
't4m-letter-spacing': '0',
202-
't4-letter-spacing': '0',
203-
't4-font-weight': '500',
204192
't4-icon-size': '14px',
205193
// p1
206194
'p1-font-size': '19px',

0 commit comments

Comments
 (0)