This is an explanation for #150 .
My use case is that I have a plugin that collects metadata while processing the CSS file, and then adds it as a postcss plugin message that can be used by the user.
As it currently stands, I see no way to have access to such plugin messages. through this plugin, which would normally be quite simple using just the postcss module directly.