Skip to content

-ms-flex-pack: distribute causes warning #611

Open
@drukepple

Description

@drukepple

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)

screen shot 2015-09-02 at 11 06 31 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions