Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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 */
}
Source by www.smashingmagazine.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+6 =