|
|
|
|
|
by thrower123
2562 days ago
|
|
I don't think it ever made sense. The biggest problem with CSS is that it is essentially global state, and you can get tricky action-at-a-distance effects that you never considered if you happen to wrrite some ids that something else is expecting to own and their selectors are poorly written. Or you can monkey-patch over it and break other things. Tightly scoping things can make CSS workable, but requires discipline. And things that require discipline to do right don't scale well. |
|