Nesting media queries in non-media query
I see https://developer.mozilla.org/en-US/docs/Web/API/CSSNestedDeclarations#css does this, but "CSSNestedDeclarations" is only supported by less than 50% of browsers. (https://caniuse.com/mdn-api_cssnesteddeclarations)
Is it ok to put a media query inside the declaration block of another regular selector?
or do I need to seperate them?
Is it ok to put a media query inside the declaration block of another regular selector?
or do I need to seperate them?
