1 Star 0 Fork 15

码蚁丶/sunrise-electron-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
changxudong 提交于 2019-07-28 21:19 +08:00 . 版本修复
//中文介绍:https://github.com/postcss/postcss/blob/HEAD/README-cn.md
//postcss配置文件
module.exports = {
plugins: {
//@import "normalize.css"; /* == @import "../node_modules/normalize.css/normalize.css"; */
"postcss-import": {},
//自动改变引入路径已匹配文件路径,必要时可以进行图片的压缩或重命名。
"postcss-url": {},
//自动添加CSS属性前缀,以便浏览器支持特殊属性
autoprefixer: {}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tangtony/sunrise-electron-vue.git
git@gitee.com:tangtony/sunrise-electron-vue.git
tangtony
sunrise-electron-vue
sunrise-electron-vue
master

搜索帮助