@moomfe/zenjs
Version:
ZenJS 是一个高性能的 JavaScript 工具库。
18 lines (16 loc) • 340 B
JavaScript
const cssNumber = {
"animationIterationCount": true,
"columnCount": true,
"fillOpacity": true,
"flexGrow": true,
"flexShrink": true,
"fontWeight": true,
"lineHeight": true,
"opacity": true,
"order": true,
"orphans": true,
"widows": true,
"zIndex": true,
"zoom": true
};
export default cssNumber;