0 Star 3 Fork 0

风雨bu改 / vhannels

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
风雨bu改 提交于 2020-11-30 10:49 . init
const autoprefixer = require("autoprefixer");
const atimport = require("postcss-import");
const cssnanao = require("cssnano");
const apply = require('postcss-apply');
const nested = require('postcss-nested');
module.exports = {
plugins: [
atimport,
apply, nested,
autoprefixer({
overrideBrowserslist: ['> 0.15% in CN']
}),
cssnanao
]
};
JavaScript
1
https://gitee.com/fybug/vhannels.git
git@gitee.com:fybug/vhannels.git
fybug
vhannels
vhannels
master

搜索帮助