I am trying to find out, what the postcss-loader is good for.
On the github page
https://github.com/postcss/postcss-loader
it says:
Loader for webpack to process CSS with PostCSS
I dont't get that: So, PostCSS is a a WP-Loader to process CSS with PostCSS?
IMHO, that's a circular definition.
So what is PostCSS, is it a CSSLoader? Or, since it's called Post CSS is it a loader to run after some other CSS-loader?