grunt-postcss icon indicating copy to clipboard operation
grunt-postcss copied to clipboard

postcss 7.x

Open XhmikosR opened this issue 7 years ago • 9 comments

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

Thanks!

XhmikosR avatar Sep 09 '18 09:09 XhmikosR

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

carsten-wilhelm avatar Sep 10 '18 10:09 carsten-wilhelm

Ping @nDmitry

XhmikosR avatar Oct 24 '18 08:10 XhmikosR

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

C-Lodder avatar Nov 21 '18 16:11 C-Lodder

Deps updated but having issues with the tests.

C-Lodder avatar Nov 21 '18 20:11 C-Lodder

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

XhmikosR avatar Nov 22 '18 06:11 XhmikosR

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

C-Lodder avatar Nov 22 '18 08:11 C-Lodder

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

XhmikosR avatar Nov 22 '18 08:11 XhmikosR

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

C-Lodder avatar Nov 22 '18 10:11 C-Lodder

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

klopfdreh avatar Jan 03 '19 10:01 klopfdreh