I had 14 of these errors showing on build. Angular 18.
Searched the interweb and not much. So I ran a match on the %s that seemed arbitrary to me and it corresponded to Keyframe declarations in my scss file.
Specifically keyframes that targeted @-moz-keyframes.
Not sure if this vendor prefix has been deprecated, removed them and the build runs clean. Clearly Angular is ignoring them now.