Loading request...
The inheritance chain should have an effect on TCSS rule specificity. For example, `Label {...}` should be a more specific rule than `Widget {...}`. Currently, they're at the exact same level of specificity.
@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.