Aspect Ratio
When designing fluid layouts, it’s helpful for an asset or card to be a specific aspect ratio. The AspectRatio component supports rendering your content in a specific aspect ratio through the ratio prop. This allows you to specify the proportion between the width and the height of your content.
In addition, you can also use Helpers to control what is being displayed on the screen at a given breakpoint.
Flexbox Grid
The default grid in v11 is based off of CSS Grid, to enable the legacy FlexGrid implementation, built using Flexbox, you will need to include the following in your Sass files:

