DEV Community

[Comment from a deleted post]
Collapse
 
alexabruck profile image
Alexa Steinbrück

I realised an interesting positive side-effect of using atomic classes: It forces you to make your markup DRY. Because if you have multiple elements that get the same let's say, 3-7 atomic classes, it gets painful very fast to repeat and maintain this repetition, so you realise when your markup isn't DRY.