Skip to content

Commit

Permalink
fix(types): clean-css types (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthaler committed Apr 13, 2021
1 parent 266fb55 commit 9be7449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/types/clean-css.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export namespace CleanCSS {
/**
* denotes a number of /*! ... * / comments preserved; defaults to `all`
*/
specialComments?: string
specialComments?: 'all' | '1' | 1 | '0' | 0

/**
* Controls at-rules (e.g. `@charset`, `@import`) optimizing; defaults to `true`
Expand Down

0 comments on commit 9be7449

Please sign in to comment.