1 Star 0 Fork 78

zhaozengbin / Easy-Mock

forked from Gitee 极速下载 / Easy-Mock 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.postcssrc.js 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
chuangker 提交于 2018-01-02 01:58 . refactor(browser): markdown style
module.exports = {
plugins: [
require('postcss-partial-import'),
require('postcss-url'),
require('saladcss-bem')({
defaultNamespace: 'em',
separators: {
descendent: '__'
},
shortcuts: {
modifier: 'm',
descendent: 'd',
component: 'c'
}
}),
require('precss'),
require('postcss-utils'),
require('postcss-cssnext')({
browsers: ['ie > 8', 'last 2 versions']
})
]
};
JavaScript
1
https://gitee.com/zhaozengbin/Easy-Mock.git
git@gitee.com:zhaozengbin/Easy-Mock.git
zhaozengbin
Easy-Mock
Easy-Mock
dev

搜索帮助