postcss-jsx icon indicating copy to clipboard operation
postcss-jsx copied to clipboard

jsx属性拓展

Open zhangdexian opened this issue 3 years ago • 0 comments

JSXAttribute: (path) => { if (/^(?:css|style)$/.test(path.node.name.name)) { addObjectJob(path.get("value.expression")); } },

目前看只支持css合style属性,能否增加一个配置项去解析自定义的props,一些组件传样式过去还挺常见的,比如bodyStyle

zhangdexian avatar Feb 27 '23 05:02 zhangdexian