CSS value `stretch` is still not being properly vendor prefixed
Author: waterpleaCreated Sep 15, 2026Updated Sep 15, 2026
I'm not allowed to reopen so creating a new one.
This is still an issue.
- It does not add
-moz-availablewhich is required for older Firefox (not sure why caniuse ignores this syntax) - It does not work for
inline-size/block-size, only forwidth/height
FYI, @evanw
Source: evanw/esbuild