🏠 New in Low Baseline Support: Media queries

July 29, 2015

caniuse · mdn · spec

The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user’s preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.

Source features