Skip to content

Commit 87fcd63

Browse files
committed
Remove wrong event
1 parent 4a5c101 commit 87fcd63

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/postcss.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ interface Processors {
138138
* Will be called again on node or children changes.
139139
*/
140140
CommentExit?: CommentProcessor
141-
142-
/**
143-
* Will be called when all other listeners processed the document.
144-
*
145-
* This listener will not be called again.
146-
*/
147-
Exit?: RootProcessor
148141
}
149142

150143
declare namespace postcss {

0 commit comments

Comments
 (0)