1 Star 0 Fork 1K

龙野 / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 225 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* @file 这个文件的作用是将 CSS 变量去掉来支持 IE11
*/
const postcssCustomProperties = require('postcss-custom-properties');
module.exports = {
plugins: [postcssCustomProperties({preserve: false})]
};
TypeScript
1
https://gitee.com/binge2020/amis.git
git@gitee.com:binge2020/amis.git
binge2020
amis
amis
master

搜索帮助