body {
  background-color: green;
  display: flex;

  &.is-yellow {
    background-color: yellow;
  }
}
