Skip to content

Commit

Permalink
chore: add error recovery option to LightningCSSOptions (#17420)
Browse files Browse the repository at this point in the history
  • Loading branch information
apple-yagi committed Jun 10, 2024
1 parent a52ed1d commit e04193f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/types/lightningcss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export type LightningCSSOptions = {
pseudoClasses?: PseudoClasses
unusedSymbols?: string[]
cssModules?: CSSModulesConfig
errorRecovery?: boolean
}

0 comments on commit e04193f

Please sign in to comment.