码迷,mamicode.com
首页 > 其他好文 > 详细

autoprefixer小记

时间:2017-05-13 20:11:02      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:browser   androi   require   last   roi   key   style   前缀   chrome   

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小记

标签:browser   androi   require   last   roi   key   style   前缀   chrome   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!