Upgrading mq-scss and legacy support is no longer the default
- Gutter Grid will now install whatever version of mq-scss is available (defaulting to the latest version)
- Breaking change: You now need to set the
$grid-legacy-support
setting totrue
if you wish to support browsers that do not support flexbox natively. (Change made to drastically reduce the amount of bloat found in the output css).