InterviewSolution
| 1. |
What Css Naming Conventions Does Mdl Use? |
|
Answer» MDL was written using BEM. BEM stands for Block, Element, Modifier. It is a method used to construct CSS class-names so they are consistent, isolated, and EXPRESSIVE. A few good resources for learning more about BEM methods are: These are great resources that simplify the data NEEDED to understand BEM. If you want to read the methodology from the inventors, Yandex provides the RESOURCE. This reference goes way beyond just the CSS and into the full JavaScript setup they use as well. MDL was written using BEM. BEM stands for Block, Element, Modifier. It is a method used to construct CSS class-names so they are consistent, isolated, and expressive. A few good resources for learning more about BEM methods are: These are great resources that simplify the data needed to understand BEM. If you want to read the methodology from the inventors, Yandex provides the resource. This reference goes way beyond just the CSS and into the full JavaScript setup they use as well. |
|