gavinmcfarland / flex-gap-polyfill

A PostCSS plugin to emulate flex gap using margins
https://gavinmcfarland.github.io/flex-gap-polyfill/
Creative Commons Zero v1.0 Universal
143 stars 6 forks source link

The example in the redeme doesn't work on IE 11 #70

Closed cMing1997 closed 1 year ago

cMing1997 commented 1 year ago

Chrome: image

IE11: image

gavinmcfarland commented 1 year ago

Hi @CasualMing. Thanks for your message. Unfortunately, this polyfill doesn't support IE11 because it relies on var support in CSS, which IE11 doesn't support. Apologies for that. This is documented later down in the readme.