Skip to content

Commit e04193f

Browse files
authored
chore: add error recovery option to LightningCSSOptions (#17420)
1 parent a52ed1d commit e04193f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/types/lightningcss.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export type LightningCSSOptions = {
1919
pseudoClasses?: PseudoClasses
2020
unusedSymbols?: string[]
2121
cssModules?: CSSModulesConfig
22+
errorRecovery?: boolean
2223
}

0 commit comments

Comments
 (0)