miniprogram-ci wxss校验规则问题?
wxss使用了calc,miniprogram-ci 上传提示如下异常,是不支持calc属性吗?或者可以关闭这个校验吗?
miniprogram-ci 版本:1.0.29
await ci.preview({
project,
desc: 'hello',
version: '1.1.1',
setting: {
es6: true,
minify: true,
autoPrefixWXSS: true
},
qrcodeFormat: 'image',
qrcodeOutputDest: '/Users/zane/Workspaces/guahao/code.jpg',
onProgressUpdate: console.log
})