We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
theme.fontSize
1 parent 2d3a748 commit b9dec5fCopy full SHA for b9dec5f
types/config.d.ts
@@ -158,18 +158,18 @@ interface ThemeConfig {
158
textIndent: ThemeConfig['spacing']
159
fontFamily: ResolvableTo<KeyValuePair<string, string[]>>
160
fontSize: ResolvableTo<
161
- | KeyValuePair<string, string>
162
- | KeyValuePair<string, [fontSize: string, lineHeight: string]>
163
- | KeyValuePair<
164
- string,
165
- [
+ KeyValuePair<
+ string,
+ | string
+ | [fontSize: string, lineHeight: string]
+ | [
166
fontSize: string,
167
configuration: Partial<{
168
lineHeight: string
169
letterSpacing: string
170
}>
171
]
172
- >
+ >
173
>
174
fontWeight: ResolvableTo<KeyValuePair>
175
lineHeight: ResolvableTo<KeyValuePair>
0 commit comments