no-fixed-background-attachment
Warn when background-attachment: fixed is used directly or through the background shorthand.
What this catchesโ
background-attachment: fixedbackground: url(hero.jpg) center / cover fixed
Rule optionsโ
This rule has no secondary options. It only checks for fixed background attachment patterns.
{
"css-performance-budget/no-fixed-background-attachment": true
}