1

Web プロジェクトに scroll-btn-end.png を含む img/icon フォルダーが 1 つあり、scss ファイルを作成します。

::-webkit-scrollbar-button:end:increment {
   @include icons-sprite(scroll-btn-end);
}

しかし、生成されたcssファイルでは次のようになります:

:increment:end::-webkit-scrollbar-button {
  background-image: url('../img/icons-sd4a90ad578.png');
  background-repeat: no-repeat;
}

生成された css ファイルで、疑似要素の順序が間違っているのはなぜですか? コンパス スプライト プラグインのバグですか?

4

0 に答える 0