The linked article compares two approaches for writing CSS:
- A component library (like BEM)
 - Utility classes (like Tailwind)
 
It's good to know the pros and cons of each approach. Although we default to BEM, you might encounter a utility approach in a client project.
Posted by Henning Koch to makandra dev (2020-10-29 13:16)