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