autoprefixer小記

看風景就發表於2017-05-13

autoprefixer配置

// var aPostcss = [require('autoprefixer')({ browsers: ['ios>=3','android>=2','chrome>=4','firefox>=3'] })];
var aPostcss = [require('autoprefixer')({ browsers: ['last 10 versions', 'Android >= 4.0','Ios >= 8.0'] })];

autoprefixer的keyframes字首問題

https://github.com/postcss/autoprefixer/commit/3be9b8603e369703bdf1a75b18f444c3b2f4d47a?short_path=04c6e90