Custom scss-file with variable not working?

Why isn’t this working?
Using Ionic 4, applied in a custom scss-file.

$somecolor: #00ff00;
ion-content {
  --ion-background-color: $somecolor; // not working, background turns white
//  --ion-background-color: #00ff00; // working, background turns green
}