autoprefixer小记

Posted 等风来

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

以上是关于autoprefixer小记的主要内容,如果未能解决你的问题,请参考以下文章

gulp 插件之 gulp-autoprefixer

autoprefixer

HBuilder中配置Autoprefixer的方法

gulp-autoprefixer中的级联选项

报错:Cannot find module ‘autoprefixer‘

CSS Sourcemaps 无法使用 gulp、SASS 和 autoprefixer 正确生成