davidhund / shouldiprefix

A quick overview of what CSS features to prefix
http://shouldiprefix.com/
85 stars 14 forks source link

Remove -webkit-box-sizing? #18

Closed davidhund closed 9 years ago

davidhund commented 11 years ago

https://twitter.com/valuedstandards/status/307077528315633664

Only needed for Saf<5.1 and BB<10

thecotne commented 10 years ago

android 2.1, 2.2, 2.3, 3 also has that http://caniuse.com/css3-boxsizing (click on 'All versions')

don't remove

davidhund commented 10 years ago

@thecotne It depends per project, obviously, but global usage of Android is less than 1% according to Can I Use. This would justify—for most of my projects—removing the -webkit- prefix.