You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
css-values-4 adds x as an alias for dppx unit, but not every browser in media queries supports x unit. So I think it would be better to add a fallback for x unit.
x unit support in: Chrome 68+, Edge 79+, Opera 55+, Safari 16+, Firefox 62+
css-values-4 adds
x
as an alias fordppx
unit, but not every browser in media queries supportsx
unit. So I think it would be better to add a fallback forx
unit.x
unit support in:Chrome 68+, Edge 79+, Opera 55+, Safari 16+, Firefox 62+
Input
Output
Expected
Minify
When compressing, if the configured browser version does not support
x
unit, onlydppx
will be retained.See also: postcss/autoprefixer#1468
The text was updated successfully, but these errors were encountered: