You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual and expected output here should be equivalent as far as semantics go. Combining the two rules into one media query is probably more ideal, but making this cleaner is not something we're likely to have the bandwidth for.
If you really want to avoid these duplicate media queries, you could instead just move the nested query to the end of the outer one.
If
@media
is nested in another@media
, next@media
are repeated.Example:
input:
output:
expected:
The text was updated successfully, but these errors were encountered: