質問
Need help targeting all instances of a class EXCEPT when it's a child of another (specific) one
Hi,
How do I target all instances of .class1 EXCEPT when it's a child of .class2? These instances would be protected from those CSS change, so only instances of .class1 that AREN'T children of .class2 would be affected.
Is there an easy syntax for this?
