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" }
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" }