Created by: cr101
This PR adds the postcss-flexbugs-fixes plugin to fix all flexbug's issues.
It also adds flexbox: 'no-2009'
to Autoprefixer which adds prefixes only for final and IE versions of specification. Currently this PR only partially avoids old CSS flexbox. In order to fully pass the Lighthouse 'Avoids old CSS flexbox' audit test as well as being able to match the targeted browser versions of a CSS framework (i.e. when compiling Bootstrap 4 SASS as per this comment we need to provide browserslist
from package.json
to Autoprefixer (this particular issue appears to be related to #892)