How to write css output before/after each plugin? #1573
Unanswered
therealgilles
asked this question in
Q&A
Replies: 1 comment 21 replies
-
|
There is no easy way, because in PostCSS 8 all plugins runs together. PostCSS walks through CSS tree and send nodes to listeners from all plugins. You can try to debug code in |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to track down an incorrect css build and would like to figure out which plugin is at fault. Is there a way to write out the css output before/after each plugin?
Beta Was this translation helpful? Give feedback.
All reactions