Answers for "bem naming convention"

2

bem naming

.block__elem { }

.block__elem--mod { }
Posted by: Guest on May-06-2021
0

bem naming convention

What is BEM naming convention?
Image result for bem naming convention
BEM stands for block, element, and modifier. 
It's a naming convention that divides the user interface into small, 
reusable components that will prepare us for the changes in design of 
our websites. This convention also enhances the cross-site copy/paste feature 
by helping make elements reusable components.
Posted by: Guest on January-13-2022
0

bem naming

.block__elem--mod { }
Posted by: Guest on May-06-2021

Code answers related to "bem naming convention"

Browse Popular Code Answers by Language