React CSS classname

Viewed 31

CSS not working based on below conversion. currently my css file extension is .js. Help me to figure out this issue

.valid: {
 color: "white"
} 
 to

valid: { color: "white" }

0 Answers
Related