RadValentin / postcss-prefix-selector

Prefix all CSS rules with a selector
MIT License
166 stars 16 forks source link

Update Docs with postcss-loader version 4 config #84

Closed ManuLintz closed 3 years ago

ManuLintz commented 3 years ago

I just noticed that the webpack doc isn't up to date with version 4 of postcss-loader.

There is a breaking change in the configuration format with postcssOptions: https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#-breaking-changes-1:

PostCSS (plugins/syntax/parser/stringifier) options was moved to the postcssOptions option

I see that there is already a PR about that: https://github.com/RadValentin/postcss-prefix-selector/pull/83

By the way thanks for this plugin it was really useful to me

RadValentin commented 3 years ago

Happy to hear that people are still finding this useful, I've merged the PR you mentioned, hope it helps!