Add linter for flex
property values which IE10 interprets differently (Flexbug 6)
#703
Labels
flex
property values which IE10 interprets differently (Flexbug 6)
#703
To deal with https://github.com/philipwalton/flexbugs/blob/master/README.md#6-the-default-flex-value-has-changed , it would be nice if there was a linter that complained about
flex
declarations which have less then two values (e.g.flex: 1;
), thus helping avoid said Flexbug.The text was updated successfully, but these errors were encountered: