KuangPF / dumi-theme-antd

A antd site theme package for the dumi framework.
https://kuangpf.com/dumi-theme-antd
MIT License
42 stars 19 forks source link

使用 antd-style 替换 emotion 方案 #18

Open Wxh16144 opened 1 year ago

Wxh16144 commented 1 year ago

一直以来 Ant Design 官网都是使用 emotion 作为 CSS-in-JS 方案, 目前 antd 已经完成从 emoction 迁移至 antd-style ref: https://github.com/ant-design/ant-design/pull/43623

注意到 dumi-theme-antd 一直有在活跃, 有没有考虑也做一波迁移, 如果没啥难度很乐意提供一份 PR. 感谢

KuangPF commented 1 year ago

你好,首先欢迎给出相关的建议。 看了antd-style相关介绍,的确是一个不错的思路,也做了一些语法以及性能优化。如果迁移为antd-style方案的话,我大致看了下可以达到以下几个效果:

但有个疑惑,查看目前 antd 官网样式,会发现有两个重复的样式作用,这一块具体的原因是啥 image 感觉一个像是 @emotion/css ,一个像是 @emotion/style

最后,肯定欢迎 PR~