$block = ".spinner--light";
$white = #fff;

{$block} {
  path:nth-child(1),
  path:nth-child(2),
  path:nth-child(3),
  path:nth-child(4) {
    fill: $white;
  }
}
