cra-crx-boilerplate icon indicating copy to clipboard operation
cra-crx-boilerplate copied to clipboard

Global styles

Open ilbrigz opened this issue 3 years ago • 1 comments

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

ilbrigz avatar Oct 20 '22 23:10 ilbrigz

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

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

Godiswill avatar Oct 21 '22 08:10 Godiswill