gulp-postcss icon indicating copy to clipboard operation
gulp-postcss copied to clipboard

Access to plugin messages

Open ZeeCoder opened this issue 6 years ago • 0 comments

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.

ZeeCoder avatar Feb 09 '19 19:02 ZeeCoder