@use '../../style/include' as *; @include responsive() using ($vars) { div#timeline { @include on-large-screen { // workaround for IE & > :first-child { margin-top: map_get($vars, $large-margin); } } } }