mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
fix safelist variant key required by typings (#9200)
This commit is contained in:
parent
b0a549923f
commit
da850424dc
2
types/config.d.ts
vendored
2
types/config.d.ts
vendored
@ -49,7 +49,7 @@ type SafelistConfig =
|
||||
| string[]
|
||||
| {
|
||||
pattern: RegExp
|
||||
variants: string[]
|
||||
variants?: string[]
|
||||
}[]
|
||||
|
||||
// Presets related config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user