Answers for "when else"

CSS
0

when else

@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 */
}
Posted by: Guest on March-01-2022

Browse Popular Code Answers by Language