CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 483 forks source link

Remove ms-box-*, add flex #705

Closed BeeeWall closed 7 years ago

BeeeWall commented 7 years ago

MDN says that IE does not support box-*, and Edge use -webkit for them. Flexbox (flex-*) was previously not in the list. I did not include flex-wrap because it does not use any prefixes.

nschonni commented 7 years ago

Thanks!