【发布时间】:2020-06-28 20:20:36
【问题描述】:
我正在尝试针对排版 mui 类的所有 h 元素。一个一个地写很烦人:
typography: {
"& h1": {
fontWeight: "400",
},
"& h2": {
fontWeight: "400",
},
"& h3": {
fontWeight: "400",
},
"& h4": {
fontWeight: "400",
},
"& h5": {
fontWeight: "400",
},
"& h6": {
fontWeight: "400",
},
}
应该有更短的语法吗?
【问题讨论】:
标签: material-ui jss