Questions tagged as 'bem'

2
answers

BEM methodology and sub-blocks

I am having doubts about best practices using the methodology GOOD , see below an example (example with Jade): nav(class='c-ngroup') div(class='wrap') div(class='row') div(class='col-md--2') h4(class='c-ngroup__title') Pro...
asked by 01.10.2015 / 16:25
0
answers

Methodology Structure BEM (Block, Element, Modifier)

What is the correct structure according to the methodology BEM , I am reading the above documentation, though I am still in doubt, as follows: Example 1: <nav class="main-nav"> <ul class="main-menu"> <li class="m...
asked by 29.06.2018 / 19:07
0
answers

Reusable Elements in CSS WELL Methodology

I am studying the BEM methodology (well in the beginning, I assume), and I was in doubt about one aspect of it. I see that it aims to standardize the means of declaring the CSS of your page through the concepts of blocks, elements and modifiers,...
asked by 19.01.2018 / 15:11
1
answer

WEM + Lost Grid Methodology

I would like to know what would be the best practice to use different grid sizes with the same block. Ex: I have a Card component, and on my dashboard page I wish to have 4 Card s per line I also use this component elsewhere, on the...
asked by 30.12.2015 / 21:15