Use component SCSS #1606
|
I usually set up my React codebases to have one SCSS per component. I like to style them this way. For example: I am using the I'm moving a React project over to |
Replies: 1 comment 2 replies
|
Hi @lagerfeuer - did you ever find a solution to this problem? I'm in exactly the same situation as you, only that my static.config.js Edit 22.12.21: Updated to include correct config from #1460 (comment) (savedyouaclick) |
Hi @lagerfeuer - did you ever find a solution to this problem? I'm in exactly the same situation as you, only that my
./Header.scssis called now./Header.module.scss- but the styling isn't picked up.static.config.js
Edit 22.12.21: Updated to include correct config from #1460 (comment) (savedyouaclick)