@when media(min-width: 30em) and supports(display: subgrid) { /* Styles for viewports over 30em, where the browser also supports subgrid */ } @else { /* Styles for browsers that do not meet the condition */ }