如何使用v4版本styled-components的全局样式?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用v4版本styled-components的全局样式?相关的知识,希望对你有一定的参考价值。

参考技术A 1.首先需要安装V4版本的styled-components,由于v4版本废除了injectGlobal的使用,所以创建方式应该改为如下方式:

2.在app组件中按如下方式使用:

以上是关于如何使用v4版本styled-components的全局样式?的主要内容,如果未能解决你的问题,请参考以下文章

如何判断我使用的是哪个 Android 支持库 v4 版本?

如何使用 Typescript 和 styled-components 创建 ref

如何使用 styled-components 更改其他组件的属性?

Styled-components vs Emotion - 如何在 Styled-components 上重新应用 css`style` 函数

Jest styled-components 4.1.1 测试被破坏

如何使用 styled-components 更改其他组件中单个组件的样式?