Skip to content

Commit

Permalink
Remove wrong event
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 27, 2023
1 parent 4a5c101 commit 87fcd63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/postcss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ interface Processors {
* Will be called again on node or children changes.
*/
CommentExit?: CommentProcessor

/**
* Will be called when all other listeners processed the document.
*
* This listener will not be called again.
*/
Exit?: RootProcessor
}

declare namespace postcss {
Expand Down

0 comments on commit 87fcd63

Please sign in to comment.