Y
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
rfnslyr
4606 days ago
Any articles on this? I've been coding CSS for quite awhile and I didn't know about any of this.
link
hhaidar
4605 days ago
http://css-tricks.com/specifics-on-css-specificity/
link