提交 c55cee53 编写于 作者: Q qiang

fix: v3-app iOS css.var

上级 445bca93
......@@ -12,7 +12,7 @@ export {
export function canIUse (schema) {
if (schema === 'css.var') {
return window.CSS && window.CSS.supports && window.CSS.supports('--a', 0)
return window.CSS && window.CSS.supports && window.CSS.supports('--a:0')
}
return true
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册