1 Star 10 Fork 0

bin / bin-code-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
bin 提交于 2020-03-20 18:12 . first commit init project
module.exports = {
plugins: [
require('autoprefixer')({
'browsers': [
'defaults',
'not ie < 11',
'last 2 versions',
'> 1%',
'iOS 7',
'last 3 iOS versions'
]
})
]
}
JavaScript
1
https://gitee.com/wangbin3162/bin-code-editor.git
git@gitee.com:wangbin3162/bin-code-editor.git
wangbin3162
bin-code-editor
bin-code-editor
master

搜索帮助