DEV Community

Discussion on: What intermediate/advanced CSS resources do you find essential?

Collapse
 
robbyronk profile image
Robby Ronk

I found that specificity really tripped up developers. If you aren't at least a bit aware of how it works, it really seems like CSS is "broken" and all you can do to fix it is throw !important on the end.

It's not really a guide, more like a reference, but I found this helpful with CSS grid.

Collapse
 
georgecoldham profile image
George

I’ve been pointing people to css-tricks, however it doesn’t capture how css works outside the example scope. It’s great as you say for reference, but not for teaching overall structure.