DEV Community

Discussion on: Top 10 most deadly CSS mistakes made by new and experienced developers

Collapse
 
havardob profile image
Håvard Brynjulfsen

Great summary! Totally agree with you, CSS has an undeserved reputation. Every developer thinks they ‘know’ HTML and CSS because it’s basic, it’s the first thing you learn. But writing really good, scaleable CSS and semantically good HTML is hard!

Great tip about not following the DOM!
Preprocessors like SASS and Less makes it so easy to nest selectors to copy the DOM when you don’t have to

Collapse
 
billmei profile image
Bill Mei

Thanks for the feedback! Glad you enjoyed.