Skip to content

Commit 41c9ff2

Browse files
authored
🤖 Merge PR DefinitelyTyped#58027 fix: add safelist property to TailwindConfig interface by @Riu
1 parent 0cab243 commit 41c9ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎types/tailwindcss/tailwind-config.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,5 @@ export interface TailwindConfig {
515515
prefix?: string;
516516
important?: boolean | string;
517517
separator?: string;
518+
safelist?: any[];
518519
}

0 commit comments

Comments
 (0)