Answer the question
In order to leave comments, you need to log in
Is it necessary to shorten modifiers in BEM?
Should modifiers be abbreviated:
Abbreviations:
<div class="test test_mb_10"></div>
<div class="test test_ta_center"></div>
<div class="test test_fz_16"></div>
<div class="test test_ai_center"></div>
<div class="test test_margin-bottom_10"></div>
<div class="test test_text-align_center"></div>
<div class="test test_font-size_16"></div>
<div class="test test_align-items_center"></div>
Answer the question
In order to leave comments, you need to log in
Yes, write immediately in style, what for fooling around like that.
<div class="test" style="margin-bottom:10px">
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question