baseline grid
Class naming system

BBEM

BEM *— Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development

Builder Studio app builder platform

Current class naming system

*D stands for Div. *Element stands for any component. *Value stands for any modifier upon either elements or components.
0 level
D-element
1st level
D-element_D-element-value#1
2nd level
D-element_D-element-Value#1_D-element_D-element-value#2
3rd level
D-element_D-element-Value#1_D-element_D-element-value#2_D-element_D-element-Value_D-element_D-element-value#3