mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update theme.fontSize types (#8040)
This commit is contained in:
parent
2d3a748d1f
commit
b9dec5feb7
12
types/config.d.ts
vendored
12
types/config.d.ts
vendored
@ -158,18 +158,18 @@ interface ThemeConfig {
|
||||
textIndent: ThemeConfig['spacing']
|
||||
fontFamily: ResolvableTo<KeyValuePair<string, string[]>>
|
||||
fontSize: ResolvableTo<
|
||||
| KeyValuePair<string, string>
|
||||
| KeyValuePair<string, [fontSize: string, lineHeight: string]>
|
||||
| KeyValuePair<
|
||||
string,
|
||||
[
|
||||
KeyValuePair<
|
||||
string,
|
||||
| string
|
||||
| [fontSize: string, lineHeight: string]
|
||||
| [
|
||||
fontSize: string,
|
||||
configuration: Partial<{
|
||||
lineHeight: string
|
||||
letterSpacing: string
|
||||
}>
|
||||
]
|
||||
>
|
||||
>
|
||||
>
|
||||
fontWeight: ResolvableTo<KeyValuePair>
|
||||
lineHeight: ResolvableTo<KeyValuePair>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user