Mercymercyebulu.hashnode.net·Oct 10, 2022How to write clean and organized CSS using BEM.Naming classes has never been a simple aspect of CSS, especially when working on a project that has a lot of HTML selectors, rule sets, and many pages. Because of the potential for issues with specificity and the possibility that altering and modifyi...Discuss·10 likes·109 readsbem
Yaroslavyaro.hashnode.net·Aug 27, 2022[2] CSS Pseudo classes and elements, SASS, BEMWeek [2]. Last week was quite busy and full of new things. I've got familiar and tried in practice such things like: CSS pseudoclasses, hover and others CSS pseudoelements, before, after and others CSS position CSS preprocessor SASS/SCSS Two types o...Discuss·41 readsBeginner Developers
Oba Adelusiwhatobathinks.hashnode.net·Mar 8, 2023Understanding the BEM MethodologyIn coding, algorithms are hard, but naming variables is harder. For example, to style your HTML elements, you give them classes or an id attribute. But what name should you give these attributes to make them easier to understand and style? And even a...Discuss·58 readsWeb Development
Oba Adelusiwhatobathinks.hashnode.net·Mar 8, 2023Understanding the BEM MethodologyIn coding, algorithms are hard, but naming variables is harder. For example, to style your HTML elements, you give them classes or an id attribute. But what name should you give these attributes to make them easier to understand and style? And even a...Discuss·58 readsWeb Development
sam samguru47.hashnode.net·Jan 28, 2023what is service block in BEM naming methodology?BEM elements rules say. https://en.bem.info/methodology/quick-start/ Create an element If a section of code can't be used separately without the parent entity (the block). The exception is elements that must be divided into smaller parts – subelement...Discussbem
Mercymercyebulu.hashnode.net·Oct 10, 2022How to write clean and organized CSS using BEM.Naming classes has never been a simple aspect of CSS, especially when working on a project that has a lot of HTML selectors, rule sets, and many pages. Because of the potential for issues with specificity and the possibility that altering and modifyi...Discuss·10 likes·109 readsbem
Yaroslavyaro.hashnode.net·Aug 27, 2022[2] CSS Pseudo classes and elements, SASS, BEMWeek [2]. Last week was quite busy and full of new things. I've got familiar and tried in practice such things like: CSS pseudoclasses, hover and others CSS pseudoelements, before, after and others CSS position CSS preprocessor SASS/SCSS Two types o...Discuss·41 readsBeginner Developers