Hacker News new | ask | show | jobs
by marrs 4606 days ago
Mixing classes and IDs in CSS selectors causes headaches at scale because IDs change the order of precedence. These days I just avoid using them in CSS altogether.
1 comments

Any articles on this? I've been coding CSS for quite awhile and I didn't know about any of this.