i have a div in my react component and im importing some class name from a class css file, but the class name is not getting integrated to the main
You have to configure some staff. follow these steps:
npm run eject
search cssRegex and add the following lines under use: getStyleLoaders({
cssRegex
use: getStyleLoaders({
modules:true, localIdentName:'[name]__[local]__[hash:base64:5]'
Enjoy!