Open
Description
justify-content: space-around;
has been auto-prefixed to, among other things, -ms-flex-pack: distribute
for IE 10 support, and the linter claims that distribute
is not allowed, that start | end | center | justify
is the allowable list. This is not true, although I've found contradictory documentation on the matter. This page indicates that distribute
is valid:
http://realworldvalidator.com/css/module/Microsoft/-ms-flex-pack
And this Code Pen, when viewed in IE, indicates likewise:
http://codepen.io/drukepple/pen/EVxqRZ?editors=110 (only styled for IE 10, but screenshot included)