BEM Methodology
Overview
Block
.block {
/* styles for the block */
}Element
.block__element {
/* styles for the element */
}Modifier
Last updated
.block {
/* styles for the block */
}.block__element {
/* styles for the element */
}Last updated
.block--modifier {
/* styles for the block modifier */
}
.block__element--modifier {
/* styles for the element modifier */
}