RadValentin / postcss-prefix-selector

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

Make postcss peer dependency less restrictive #104

Closed RadValentin closed 2 years ago

RadValentin commented 2 years ago

Should fix an issue where old packages that were loading the prefixer with ^ constraint became incompatible due to "postcss": "7.x || 8.x" range being specified in package.json. See: https://github.com/vbenjs/vite-plugin-svg-icons/issues/47