css guideline - happypeter/onestep GitHub Wiki

使用 styled-components

使用 styled-components 来做样式。

全局样式

使用 styled-components 的 injectglobal 方法 设置全局常量文件 src/constants/GlobalStyle.js 文件,存放色盘和字体等需要全局使用的信息。用 styled-components 方式使用这些常量。