5

mixin 'user-select' を使用しようとすると、次のエラーが発生します。コンパスからのユーザー選択をサポートしていると確信しているバージョン 0.12.2 を使用しています。では、なぜこの mixin を使用できないのでしょうか?

エラー

 Syntax error: Undefined mixin \'user-select\'

含む

// css3
    @import "compass/css3";
    @import "partials/deposit";

電話

//File: partials/_deposit.scss
@include user-select(none);

では、なぜこの mixin を使用できないのでしょうか?

4

1 に答える 1