Block, Element, Modifier (BEM)

The last couple of week I was playing around with some CSS and SASS related stuff for a personal project. But I never thought writing CSS selector names is sometimes a nightmare 🐲 , It does some times. Mainly when you use SASS or SCSS or When you have a larger codebase. Because most of the time you want to write more organized and readable CSS codes but without a proper naming convention sometimes it leads to wasting hours of time by…