CSS class selector styles not being applied in React Project

前端 未结 4 2043
鱼传尺愫
鱼传尺愫 2021-01-13 07:52

Working on a React project using Webpack. Adding some styles in style.css and importing into component with import style from \'./style.css\';. Elements without

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-13 08:12

    My solution is to rename the css file from:

    style.css
    

    to:

    style.module.css
    

提交回复
热议问题