nDmitry / grunt-postcss

Apply several post-processors to your CSS using PostCSS.
MIT License
419 stars 57 forks source link

postcss 7.x #120

Open XhmikosR opened 6 years ago

XhmikosR commented 6 years ago

Would it be possible to update to postcss 7.x?

Thanks!

carsten-wilhelm commented 6 years ago

This would be great, since currently postcss and autoprefixer are used in an older version - leading to "grid css" NOT being autoprefixed for IE.

XhmikosR commented 6 years ago

Ping @nDmitry

C-Lodder commented 6 years ago

@XhmikosR @bplusd-interactive I will do this on my fork and release it tonight: https://github.com/C-Lodder/grunt-postcss-x

C-Lodder commented 6 years ago

Deps updated but having issues with the tests.

XhmikosR commented 6 years ago

@C-Lodder Why did you create a new repo and didn't just fork it? Your way the git history isn't available anymore.

C-Lodder commented 6 years ago

It was my first npm package so I wasnt too sure if npm would work with a fork. I can change it to a standark fork if need be

XhmikosR commented 6 years ago

The GitHub repo can be a fork just fine. Then do your changes on top of that.

C-Lodder commented 6 years ago

@XhmikosR Published: https://www.npmjs.com/package/@lodder/grunt-postcss

klopfdreh commented 5 years ago

Thanks a lot @C-Lodder - I just updated dependencies and everything is working, also with postcss 7.0.7.