.ns(button; @button);

@button: {
  background-color: red;

  &@{element-separator}text {
    color: black;
  }
};
