I have a CSS and it's transformed into -ms-grid-columns
Why, and where is it done?
I use the gatsby-contentful-starter


-ms-grid-columns is inserted for compatibility(for Internet Explorer) to convert grid-template-cloumns. I'm not sure though why it would fail w3c validation.
Alright, but who does this conversion? Is it possible to disable this conversion?
Which package?
It's done by autoprefixer. Also don't see why W3C should flag this. I use grid and didn't get this error. Furthermore you're _probably_ using an outdated starter. We can't really tell as you didn't follow the issue instructions.
Please fill out the instructions/template as otherwise no one can really help you as you don't give any valuable information on how to reproduce this issue.