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