BEM Methodology Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does BEM stand for?

A

Block
Elements
Modifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the naming rule used in BEM methodology?

A

block-name__elem-name_mod-name_mod-val

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly