Hi, This works as expected: ``` .test { color: #000; } .hello { .test; } ``` However this: ``` @media only screen and (min-width: 42em) { .test { color: #000; } } .hello { .test; } ``` does not. Any thoughts? Thanks!
Hi,
This works as expected:
However this:
does not.
Any thoughts?
Thanks!