Closed joineral32-cengage closed 8 years ago
This was reported as a bug in the YUI compressor: https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues/26
I opened a new PR to note this bug/feature: #2532
FYI flexbugs already lists this one:
Closing this issue, since the PR got merged.
IE11 appears to have the following bug with flexbox. When using the flex property in IE11, setting a length value of '0' for the flex-basis component of the flex property (e.g. flex: 1 1 0) is not recognized as a valid value, and can cause the browser to ignore the flex property.
This appears to be confirmed by Microsoft's documentation for flex-basis in IE11: https://msdn.microsoft.com/en-us/library/dn254946(v=vs.85).aspx See: "Width as specified by a number, followed by a length unit. Negative numbers are invalid."