Skip to content
Advertisement

Import styles css into a react js app

i have a trouble importing .css stylesheet on a react basic app, I have this components:

AvatarHeader.js:

JavaScript

AvatarHeader.css:

JavaScript

AvatarHeader.js & AvatarHeader.css are in the same folder.

package.json:

JavaScript

Styles aren’t applied on the component, but it’s works if I rewrite AvatarHeader.js so:

JavaScript

I don’t understand how to fix this bug for use the first way to import css file.

Advertisement

Answer

JavaScript

is the correct syntax

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement