Answer the question
In order to leave comments, you need to log in
How to combine BEM and bootstrap grid correctly?
Hello, is this code correct?
<section class="header">
<div class="container">
<div class="header__logotype">
</div>
<div class="row">
<div class="col-md-8">
<div class="header__nav">
</div>
</div>
</div>
</div>
</section>
Answer the question
In order to leave comments, you need to log in
well, in general, if you use bam, then you also need to make your own grid, preferably, but since the combination of bam and bootstrap is now everywhere and everywhere, then yes. such an approach can be considered normal.
.header__nav{
@extend .col-md-8;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question