Search code examples
cssreactjsreact-css-modules

Module.css is not working in React.So css can't proceed either. Please reply


First of all, I made a project with RCA. And I used the CSS Module. It went well at first, but suddenly there was a problem. enter image description here

As shown in the picture above, classname was assigned to the div tag, but there was a problem that could not be applied in the developer window.

enter image description here

It's the highlighted part in blue. That's how I worked on the css, but it suddenly started to not work. Please comment on how to solve it.


Solution

  •  Import styles from  './header_Module.css'. 
    

    not this way Import styles from './header.Module.css'.

    ok i got it, rename your css file name . header.module.css is creating your problem .