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