v53.0.0
53.0.0 (2021-09-28)
Features
- Remove layout prop (e78fe34)
BREAKING CHANGES
-
Deleting the layout prop & mobile style associated
- If you were not using the
layout
prop or if it was set totrue
on theEmpty
component, to get the previous centering, then you will need to add the following style on theEmpty
component:
@require 'settings/breakpoints' +small-screen() margin-top: calc(50vh - 6rem); transform: translateY(-50%);
- If you were using the
layout
prop atfalse
, you can simply delete the prop that is no longer needed
- If you were not using the