Documents
global-styles.zh-CN
global-styles.zh-CN
Type
External
Status
Published
Created
Jun 12, 2026
Updated
Jun 12, 2026
Source
View

简介#

使用 createGlobalStyle 可以创建注入到全局的样式。 该方法的使用和 styled-component 基本没有区别,但实现上是基于 @emotion/react@emotion/serialize 做的封装。

默认用法#

结合 antd 的 token 使用#

利用 antd v5 的 token 系统,我们可以自行组织实现一个在 Ant Design 中并不存在的 Button 样式。

global-styles.zh-CN | Dosu