$background = #00f;

.level-1 {
  &__level-2 {
    background: $background unless @background;
  }
}
