Hello,
I built a project using stencil and next to the stencil components i have multiple css files i am processing with postcss-cli.
Because I want to use the same postcss plugins for the components css and the other css files, I have duplicate configuration. One in my postcss.config.js and the other in stencil.config.js
It would be great if stencil-postcss would make use of the plugins section from all the possbile postcss config files. I think this PR #14 is related to this.
Maybe this can archived through something like this: https://github.com/egoist/rollup-plugin-postcss ?
Hello,
I built a project using stencil and next to the stencil components i have multiple css files i am processing with postcss-cli.
Because I want to use the same postcss plugins for the components css and the other css files, I have duplicate configuration. One in my postcss.config.js and the other in stencil.config.js
It would be great if stencil-postcss would make use of the plugins section from all the possbile postcss config files. I think this PR #14 is related to this.
Maybe this can archived through something like this: https://github.com/egoist/rollup-plugin-postcss ?