我发现了几个在一个 webstudio 中广泛使用的 CSS 类:
.m20 {margin: 20px !important;}
.mh7 { margin: 0 7px !important;}
.mh10 { margin: 0 10px !important;}
.mb0 { margin-bottom: 0 !important}
.mb5 { margin-bottom: 5px !important}
.mt0 { margin-top: 0 !important}
.mt5 { margin-top: 5px !important}
etc.
主 css 文件中有大约 40 个相同的类。它们被用作快速修改器。
正常吗?为什么?