Godiswill / cra-crx-boilerplate

create-react-app eject 后改造的 Chrome 插件工程模板
33 stars 12 forks source link

Global styles #3

Open ilbrigz opened 1 year ago

ilbrigz commented 1 year ago

Thank you for this awesome boilerplate. Can you teach me how to add global styles to this?

Godiswill commented 1 year ago

Import in your component: import './global.scss'

Or you can try this: https://webpack.js.org/loaders/sass-loader/#additionaldata