Open
Description
@tusharsadhwani raised an interesting point during a tutorial I was giving:
“Shouldn't” the inheritance chain have an effect on TCSS rule specificity?
E.g., isn't Label {...}
a more specific rule than Widget {...}
?
Currently, they're at the exact same level of specificity and if there's overlap, the rule that was defined later wins.