at-rule-disallowed-list
許可されない @規則のリストを指定します。
@keyframes name {}
/** ↑
* At-rules like this */
message
セカンダリ オプションは、このルールの引数を受け入れることができます。
オプション
array|string
: ["array", "of", "unprefixed", "at-rules"]|"at-rule"
与えられた
["extend", "keyframes"]
以下のパターンは問題と見なされます
a { @extend placeholder; }
@keyframes name {
from { top: 10px; }
to { top: 20px; }
}
@-moz-keyframes name {
from { top: 10px; }
to { top: 20px; }
}
以下のパターンは問題とみなされません
@import "path/to/file.css";