/* * App * App styles for the app container. * * Dependencies: * styles/tools/flex.scss * * Version: * 1.0.0 - 2018/05/03 */ .o-app { position: relative; min-height: 100vh; width: 100%; @include t-flexbox(); @include t-flex-direction(column); }