|
|
|
|
|
by MostExtremeCake
5393 days ago
|
|
Makes sense. Do you ever run into specificity collisions when you pull styles out of the main style tree? I could see whatever you pulled out being clobbered by the huge amount of specificity you have built up by mirroring the dom. Heavy use of the child selector would probably prevent that from happening as much, though. |
|