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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Regarding bug 4, we should not advise people to replace flex shorthand declarations that contain a unitless third argument with percentages instead of pixels, for flex: 1 1 0% is different from flex: 1 1 0px.
More on the topic: https://bugs.chromium.org/p/chromium/issues/detail?id=495306
The text was updated successfully, but these errors were encountered:
Regarding bug 4, we should not advise people to replace flex shorthand declarations that contain a unitless third argument with percentages instead of pixels, for
flex: 1 1 0%
is different from flex:1 1 0px
.More on the topic: https://bugs.chromium.org/p/chromium/issues/detail?id=495306
The text was updated successfully, but these errors were encountered: