ant-design / antd-style

css-in-js library with antd v5 token system

Home Page:https://ant-design.github.io/antd-style/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👑 [需求] 运行时有没有办法把css里面的px自动转换为vw?

Ryan-CW-Code opened this issue · comments

🥰 需求描述

进行一些屏幕适配时,通过将像素转为vw带来一定的响应式布局。 有没有不用对每个px都调用函数而是直接全局默认替换的办法

这个需求和 antd 的 cssinjs 运行时转换需求一样,应该是可以用相应的emotion 插件实现的