@include namespace('body') { @include scope(namespace()) { > :first-child { //margin-top: 0; } } } @include namespace('body') { @include scope(namespace()) { font-size: 1 / 16 * 18em; > :first-child { margin-top: 0; } h1 { transform: translateX(-.06em); font-family: $font-fam--large; font-weight: 550; text-transform: none; } img { max-width: 100%; } @include iro-responsive-env(('xs', 'md')) { h1 { font-size: iro-responsive-set((1.8rem, 3rem)); } } } }