CSSLint / csslint

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

Add flexbox, remove ms-box-* #703

Closed BeeeWall closed 7 years ago

BeeeWall commented 7 years ago

According to MDN, IE does not support box-*, and Edge uses -webkit for those properties. Flexbox (flex-*) had not been added to the list yet. I did not include flex-wrap because it does not have any prefixed versions.

nschonni commented 7 years ago

Thanks, but can you redo the changes in https://github.com/CSSLint/csslint/blob/master/src/rules/compatible-vendor-prefixes.js instead of the dist

BeeeWall commented 7 years ago

Sure, sorry. I'll do that now. EDIT: Done. New pr is here.