我使用 create-react-app 启动了一个新项目,并成功让 react-toolbox 2.0.0-beta.6 与默认主题一起使用。同样,我已经能够通过在我的 package.json 中设置“customProperties”来应用全局主题更改。
在一个单独的项目中,不使用 CRA(即使用 post-css 模块),我已经能够自定义单个组件(例如来自 react-toolbox-examples repo 的 PurpleAppBar)。
但是,我正在努力弄清楚如何在使用 react-toolbox-themr 时执行类似“PurpleAppBar”示例的操作。当我npm run toolbox
从主题运行样式信息时,编译的 css 中没有拾取。
目前有没有一种方法可以使用适合在 create-react-app 中使用的 react-toolbox-themr 来设置单个组件的样式?