Shorthand flex property issue on IE11
Closed this issue · 2 comments
dekisha commented
Hi! I like your mixins very much and use them on a lot of projects.
However I noticed that IE11 has issues when using flex shorthand property.
Issue is described here https://stackoverflow.com/questions/32239549/flex-property-not-working-in-ie
I've usually fixed this by separating flex property into three: flex-basic, flex-shrink and flex-grow.
thingsym commented
Hi!
Thank you for report.
This was implemented in version 0.1.5.
Using the $shorthand Argument with grid-col().
It switch property. Use flex property as shorthand or three properties flex-basis, flex-grow and flex-shrink.
dekisha commented
Excellent solution! Thank you!
These mixins still rocks 🥇