About this document
CSS Naming Conventions Explained by uliman is a document available to read on EtoBox.
The document discusses CSS naming conventions that can help developers write more maintainable code. It recommends using hyphen-delimited class names and the BEM naming convention to clearly identify blocks, elements, and modifiers. It also discusses using JS hooks like js- classes to avoid breaking relationships between CSS and JavaScript code.
- Author
- uliman
- Language
- EN