We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5c101 commit 87fcd63Copy full SHA for 87fcd63
1 file changed
lib/postcss.d.ts
@@ -138,13 +138,6 @@ interface Processors {
138
* Will be called again on node or children changes.
139
*/
140
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
148
}
149
150
declare namespace postcss {
0 commit comments