@include namespace('section') { @include layout(namespace()) { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; min-height: 100%; margin-bottom: calc(-1 * #{prop(--dims --outer, $global: true)}); padding-bottom: prop(--dims --outer, $global: true); @include element('heading') { display: flex; position: sticky; z-index: 9000; top: 0; left: 0; flex-direction: row; justify-self: flex-start; } } }