Open XhmikosR opened 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.
Ping @nDmitry
@XhmikosR @bplusd-interactive I will do this on my fork and release it tonight: https://github.com/C-Lodder/grunt-postcss-x
Deps updated but having issues with the tests.
@C-Lodder Why did you create a new repo and didn't just fork it? Your way the git history isn't available anymore.
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
The GitHub repo can be a fork just fine. Then do your changes on top of that.
@XhmikosR Published: https://www.npmjs.com/package/@lodder/grunt-postcss
Thanks a lot @C-Lodder - I just updated dependencies and everything is working, also with postcss 7.0.7.
Would it be possible to update to postcss 7.x?
Thanks!