paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
387 stars 65 forks source link

Remove support for ancient browsers #123

Closed evgenyus closed 10 years ago

evgenyus commented 11 years ago

Android < 2.3 Firefox or Chrome < current version iOS < 5 Safari < 5 Opera < 15

This is not 2010 anymore, and there is no need to use these prefixes:

-webkit-border-radius -webkit-gradient -moz-linear-gradient -o-linear-gradient -moz-transform -o-transform -moz-transition -o-transition -webkit-box-sizing -moz-animation -o-animation @-moz-keyframes @-o-keyframes

paulirish commented 11 years ago

Agreed, Can you file a PR?

On Wed, Aug 7, 2013 at 12:19 PM, spizder notifications@github.com wrote:

Android < 2.3 Firefox or Chrome < current version iOS < 5 Safari < 5 Opera < 15

This is not 2010 anymore, and there is no need to use these prefixes:

-webkit-border-radius -webkit-gradient -moz-linear-gradient -o-linear-gradient -moz-transform -o-transform -moz-transition -o-transition -webkit-box-sizing -moz-animation -o-animation @-moz-keyframes @-o-keyframes

— Reply to this email directly or view it on GitHubhttps://github.com/paulirish/css3please/issues/123 .

paulirish commented 10 years ago

fixed in #124