@include namespace('section-heading') { @include store(( --dims: ( --pad-y: $line-height * 2rem ), --colors: ( --line: prop(--colors --accent --color, $global: true), ) )); @include component(namespace()) { margin: 0 0 prop(--dims --pad-y); font-size: .8em; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; &::before { content: ''; display: inline-block; width: 3em; height: 1px; margin-right: 1.3em; background-color: prop(--colors --line); vertical-align: middle; } } }