use :before in material ui code example
Example: material ui ::before
If the
"&::before":{
content: "",
}
doesn't appear then you gotta:
Double "" for content (BE CAREFUL, you gotta use different double quote!)
i.e: content: "''",
If the
"&::before":{
content: "",
}
doesn't appear then you gotta:
Double "" for content (BE CAREFUL, you gotta use different double quote!)
i.e: content: "''",