autoprefixer小记

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

原文地址:https://www.cnblogs.com/mengff/p/6849855.html