Html – How can I know the path to the image in css? webpack and reactjs
I am using webpack and reactjs My folder code structure is like this. src/components src/css src/images/myUiButtonImg.png /myUiButtonImg_hover.png /correct_img.png There are some png files in images folder and basic.style.module.css is in css folder. I want to use the png as UI…