Closed goto-bus-stop closed 4 years ago
@jonathantneal Hi! How about merge and publish new release?
Or add somebody to csstools
if you haven't enough time.
@Semigradsky, yes, I’ll merge now and do an immediate release. I also want to talk about getting other maintainers on board. Like yourself, immediately. I have started up a monorepo a couple times. I need partners on this project. It can be done fast. Would you have time today or this weekend to team up?
@jonathantneal I can't now, but I will be available after this weekend.
This PR adds support for postcss 8 while maintaining support for postcss 7. In postcss 8 plugins no longer provide their own
.process()
method, so this package has to depend on postcss itself to test plugins.