'composes' ルールにある、あらゆる有効なターゲットに解決できない CSS クラス参照を報告します。

例:


  .className {/* ... */}

  .otherClassName {
    composes: className;
  }