postcss / gulp-postcss

Pipe CSS through PostCSS processors with a single parse
MIT License
769 stars 65 forks source link

Use postcss-load-config 3.0 #166

Closed ai closed 3 years ago

ai commented 4 years ago

We updated cosmiconfig and the only breaking change is Node.js >= 10 (which is not a breaking change for this project, since PostCSS 8.0 was already limited Node.js to >= 10).

You can release postcss-load-config as a patch release.