You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 5, col 9, Error - Missing standard property 'transform' to go along with '-moz-transform'.
line 6, col 11, Error - Missing standard property 'transform' to go along with '-moz-transform'.
line 9, col 9, Error - Missing standard property 'transform' to go along with '-webkit-transform'.
line 10, col 11, Error - Missing standard property 'transform' to go along with '-webkit-transform'.
line 12, col 1, Error - Unknown @ rule: @-o-keyframes.
line 17, col 9, Error - Missing standard property 'transform' to go along with '-ms-transform'.
line 18, col 11, Error - Missing standard property 'transform' to go along with '-ms-transform'.
The text was updated successfully, but these errors were encountered:
Possible regression?
I'm still seeing this issue with CSSLint 0.10.0 (the most up-to-date version on npmjs.org).
According to the change log, the fix should be included since version 0.9.9.
I'm also seeing this exact error showing up in 0.10.0, specifically because (as the example above seems to also indiciate) I'm using Font Awesome's drop in SASS files and they include this @keyframes spin situation that demonstrates the problem perfectly.
Looks like vendor prefixes inside keyframes cause the 'missing standard property' error to fire.
Code:
Error:
The text was updated successfully, but these errors were encountered: