$top-height: 100px; .page{ >.top{ height: $top-height; .logo{ height: 40px; } } >.main{ width: 100%; height: calc(100vh - #{$top-height}); } }