Media queries throwing error: Unsupported style property
Author: tuckerconnellyCreated Feb 12, 2016Updated Jan 21, 2021
Getting this error when I use a media query:
Warning: Unsupported style property @media (min-width: 60rem). Did you mean @media (minWidth: 60rem)?However, when I change it to minWidth, the media query doesn't work :X
Source: FormidableLabs/radium