1 Star 0 Fork 0

yiru/scene-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
yiru 提交于 2023-01-05 15:08 +08:00 . chore: :hammer:use esbuild-loader
module.exports = {
// parser: 'sugarss',
plugins: {
// 'postcss-import': {},
'postcss-preset-env': {
stage: 2,
features: {
'nesting-rules': true,
'double-position-gradients': false,
},
// autoprefixer: { grid: true }
browsers: 'last 2 versions',
// importFrom: './commons/global.css',
},
cssnano: {},
autoprefixer: {},
// tailwindcss: {},
// 'postcss-px-to-viewport': {
// unitToConvert: 'px',
// viewportWidth: 750,
// unitPrecision: 6,
// propList: ['*'],
// viewportUnit: 'vw',
// fontViewportUnit: 'vw',
// selectorBlackList: [],//需要忽略的CSS选择器
// minPixelValue: 1,
// mediaQuery: true,
// replace: true,
// exclude: [/node_modules/],
// include: undefined,
// landscape: false,
// landscapeUnit: 'vw',
// landscapeWidth: 568,
// },
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yiru/scene-design.git
git@gitee.com:yiru/scene-design.git
yiru
scene-design
scene-design
main

搜索帮助