Skip to content

Commit e7ddc8e

Browse files
authored
fix: add missing allowRules option to type declaration (#151)
1 parent 7cfe610 commit e7ddc8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/beasties/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export interface Options {
5959
noscriptFallback?: boolean
6060
inlineFonts?: boolean
6161
preloadFonts?: boolean
62+
allowRules?: Array<string | RegExp>
6263
fonts?: boolean
6364
keyframes?: string
6465
compress?: boolean

0 commit comments

Comments
 (0)