postcss 8.4.23 → 8.4.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of postcss might be problematic. Click here for more details.
- package/lib/postcss.d.ts +0 -7
- package/lib/processor.js +1 -1
- package/package.json +1 -1
package/lib/postcss.d.ts
CHANGED
@@ -138,13 +138,6 @@ interface Processors {
|
|
138
138
|
* Will be called again on node or children changes.
|
139
139
|
*/
|
140
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
141
|
}
|
149
142
|
|
150
143
|
declare namespace postcss {
|
package/lib/processor.js
CHANGED