forked from adobe/aem-core-wcm-components
-
Notifications
You must be signed in to change notification settings - Fork 0
CSS coding conventions
Radu Cotescu edited this page Jul 19, 2017
·
1 revision
Most of the components available in this project have started employing the Block Element Modifier (BEM) notation [0] for their markup starting from version 2. This should greatly simplify the CSS rules for both the components themselves, but also for composed components, where super-components are assembled from AEM Core WCM Components.
To check if a component already uses the BEM notation head over to the README.md file of the component version you're interested in and check the BEM description section.
[0] - http://getbem.com/