1 つの 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 の同じクラスがあります。それらはクイック修飾子として使用されます。
それは正常ですか?なぜ?