I have a component folder and two different components in it, every component has its own css file with the link in its jsx file. :
when I use a the same class name in them it affects the other component too! While the other component has its own css file and link. Why is that?
For example: In both components I have a class named: "PlayerPhoto" when I change its height and width, the photo in other components (with separate css file but the same class name) would change too!
