报告多行选择器。 这很可能表明实际上要使用多个单行选择器,但有一行或几行的末尾缺少逗号。

示例:


input /* comma has probably been forgotten */
.button {
  margin: 1px;
}