@use '../../NewLightboxStyles.scss' as newstyles; .template-container { width: 100vw; height: 100vh; &.dark { background: newstyles.$black; } &.light, &.default { background: newstyles.$white; } }