DEV Community

Discussion on: CSS + BEM Methodology = 🤘

Collapse
 
talr98 profile image
Tal Rofe

Agree. This methodology becomes more interesting and simple when using SCSS tho.

Collapse
 
tfantina profile image
Travis Fantina

Agree!

.block_thing {
    ...
   &--modifier {
   }
}
Enter fullscreen mode Exit fullscreen mode

Is an incredible SCSS superpower.