andywer / postcss-debug

Debug your postcss workflow with ease! Creates snapshots of your CSS files before/after each postcss plugin is run.
MIT License
95 stars 7 forks source link

Update to latest version of PostCSS, v6 #22

Open maxmilton opened 6 years ago

maxmilton commented 6 years ago

I'm unable to run the postcss-debug via the CLI due to the outdated version of PostCSS. Running via the Node API still works but it throws a deprecated warning.

andywer commented 6 years ago

Hey @MaxMilton, thanks for reporting!

Do you have any time to open a PR? I just recognized we don't have any integration tests in place (😕) either. If you could open a PR that makes it compatible with PostCSS 6 or adds an integration test, that would be very helpful!