We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一直以来 Ant Design 官网都是使用 emotion 作为 CSS-in-JS 方案, 目前 antd 已经完成从 emoction 迁移至 antd-style ref: ant-design/ant-design#43623
注意到 dumi-theme-antd 一直有在活跃, 有没有考虑也做一波迁移, 如果没啥难度很乐意提供一份 PR. 感谢
The text was updated successfully, but these errors were encountered:
你好,首先欢迎给出相关的建议。 看了antd-style相关介绍,的确是一个不错的思路,也做了一些语法以及性能优化。如果迁移为antd-style方案的话,我大致看了下可以达到以下几个效果:
antd-style
antd.them.useToken
但有个疑惑,查看目前 antd 官网样式,会发现有两个重复的样式作用,这一块具体的原因是啥 感觉一个像是 @emotion/css ,一个像是 @emotion/style
最后,肯定欢迎 PR~
Sorry, something went wrong.
No branches or pull requests
一直以来 Ant Design 官网都是使用 emotion 作为 CSS-in-JS 方案, 目前 antd 已经完成从 emoction 迁移至 antd-style ref: ant-design/ant-design#43623
注意到 dumi-theme-antd 一直有在活跃, 有没有考虑也做一波迁移, 如果没啥难度很乐意提供一份 PR. 感谢
The text was updated successfully, but these errors were encountered: