1 Star 0 Fork 12

̶w̶o̶l̶f̶ / kpc

forked from Javey / kpc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
Javey 提交于 2018-03-30 13:05 . build
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [
autoprefixer({
browsers: [
'last 2 versions',
'ie >= 9'
]
})
]
};
JavaScript
1
https://gitee.com/wolf-hw/kpc.git
git@gitee.com:wolf-hw/kpc.git
wolf-hw
kpc
kpc
master

搜索帮助