📜  material ui ::before - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:12.280000             🧑  作者: Mango

代码示例1
If the 
"&::before":{
    content: "",
}
doesn't appear then you gotta:

Double "" for content  (BE CAREFUL, you gotta use different double quote!)
i.e: content: "''",