button {
  background: pink;

  &--is-active {
    background: blue;
  }
}
