DEV Community

Discussion on: WebP support detection with @supports and @media

Collapse
 
wojtekmaj profile image
Wojciech Maj

Quick note to autoprefixer and/or styled-components users out there - there's a bug that will cause Firefox's query to break. In order to fix is, add a second pair of parentheses:

@supports ((flex-basis: max-content)) and ((-moz-appearance: meterbar)) {