I have the following
display:grid;
grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
display:-ms-grid;
How do I get the -ms-grid-columns to work the same way?
Internet Explorer does not recognize repeat(auto-fit, minmax(300px, 1fr))
.