[enter image description here][1]Problem: no CSS in output.
Methods tried to fix:
- renaming
styles.csstostyles.module.css-- fail - manual load Webpack in terminal even though it shouldn't need it with
create-react-app-- fail - Tried the syntax - import styles from
./styles.module.css; - and also justimport ./styles.module.css; andimport styles.module.css; -- fail
So I've been googling for hours and nothing has seemed to do the trick. A link is provided with what the code. when it runs, the terminal clearly says line 4 is defined but never used as is evident by the greyed out line in visual studio code.
https://i.sstatic.net/X4PdW.png https://i.sstatic.net/cdKYB.png
I appreciate any help. Thank you in advance