See [Avoid old CSS flexbox (Google Lighthouse) · Issue #9 · tachyons-css/tachyons-flexbox](https://github.com/tachyons-css/tachyons-flexbox/issues/9). I would suggest either passing the `flexbox: 'no-2009'` option to `autoprefixer` in [tachyons-css/tachyons-build-css](https://github.com/tachyons-css/tachyons-build-css). Or maybe use [luisrudge/postcss-flexbugs-fixes: PostCSS plugin that tries to fix all of flexbug's issues](https://github.com/luisrudge/postcss-flexbugs-fixes), since the build pipeline is already based on PostCSS (see [philipwalton/flexbugs: A community-curated list of flexbox issues and cross-browser workarounds for them.](https://github.com/philipwalton/flexbugs)).