How would I do something like this:
<style>Nested { color: blue;}</style><Nested />
i.e. How do I apply a style to a component from its parent?
How would I do something like this:
<style>Nested { color: blue;}</style><Nested />
i.e. How do I apply a style to a component from its parent?