2

Hello I am creating a project that explores many of the things css grids can do as well as flex.

I am having trouble finding a solution to get grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); to work in IE (any)

Here is a codepen of the syntax I am working with: https://codepen.io/jordanklaers/pen/rNaMMEV

I also have the project available that you can download to see what Im doing as well if youd like (but the codepen shows the exact syntax that doesnt work in ie but does in chrome) https://github.com/JordanKlaers/flexCSSGrid

Jordan Klaers
  • 149
  • 11
  • CSS grid support from IE Edge 16: https://caniuse.com/#search=grid-template-columns – Juanito Fatas Dec 14 '19 at 02:06
  • I know there isn't usually a simple "add a prefix" for alot of the grid syntax, I was hoping there might be a different property or so to achieve similar results – Jordan Klaers Dec 14 '19 at 02:23
  • I could not find a workaround. IE does not support the auto-placement : / https://css-tricks.com/css-grid-in-ie-debunking-common-ie-grid-misconceptions/ – Juanito Fatas Dec 14 '19 at 02:30

0 Answers0