@mixin selector-defined($msg) {
  @if #{&} == '' {
    @error $msg;
  }
}
