The current error message for a11y/media-prefers-reduced-motion is:
`Expected ${selector} is used with @media (prefers-reduced-motion)`
|
expected: selector => `Expected ${selector} is used with @media (prefers-reduced-motion)`, |
I think it would be more correct to use this as the error message:
`Expected ${selector} to be used with @media (prefers-reduced-motion)`
The current error message for
a11y/media-prefers-reduced-motionis:stylelint-a11y/src/rules/media-prefers-reduced-motion/index.js
Line 11 in ca77c57
I think it would be more correct to use this as the error message: