Y
Hacker News
new
|
ask
|
show
|
jobs
by
chriserin
5474 days ago
One of many many fails was:
Don't use IDs in selectors. #nyanCat {
What's the thinking behind disallowing ids in selectors?
1 comments
joske2
5474 days ago
The idea is that using IDs reduces the reusability of your css rules.
link