@mixin foo {
  &:disabled {
    color: red;
  }
}

@mixin input-bar {
  &:disabled {
    cursor: blue;
  }
}
