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

 

posted @ 2017-05-13 18:31  全玉  阅读(463)  评论(0编辑  收藏  举报