@include namespace('small') { @include store(( --colors: ( --fg: prop(--colors --fg-hi, $global: true), ) )); @include scope(namespace()) { color: prop(--colors --fg); line-height: 1.4; p { margin-top: $line-height * .25rem; } } }