After defining the grid-template-columns with a repeat(x, 1fr) the compiled CSS automatically creates -ms autoprefixed code but as an error. Same thing happens with grid-rows and grid-columns...
So just a few lines of code from my Sass file are getting compiled into the normal style.css (and style.min.css file), all of it is working but with in the CSS files I got lots of errors that shouldn't be there
After defining the grid-template-columns with a repeat(x, 1fr) the compiled CSS automatically creates -ms autoprefixed code but as an error. Same thing happens with grid-rows and grid-columns...
So just a few lines of code from my Sass file are getting compiled into the normal style.css (and style.min.css file), all of it is working but with in the CSS files I got lots of errors that shouldn't be there