BEM Methodology Flashcards
1
Q
What does BEM stand for?
A
Block
Elements
Modifiers
2
Q
What is the naming rule used in BEM methodology?
A
block-name__elem-name_mod-name_mod-val
3
Q
What are mixins in Sass?
A
Mixins in Sass are a way to define reusable chunks of styles that can be included in other parts of your stylesheets.
4
Q
The “multiple of 8” rule is a design guideline often used in web development for establishing consistent and visually pleasing spacing and font sizes. What is the “multiple of 8” rule principle?
A
The idea is to base your spacing and font sizes on multiples of 8 pixels.