Background
MediaWiki core currently includes a Less file that defines a .rotate-frames() mixin and a .rotation( @time ) helper. This file was originally introduced to support vendor-prefixed keyframes during a period when cross-browser compatibility required explicit handling of prefixed animations.
Acceptance criteria for done
- Repos using the mixin are updated
- File containing the obsolete mixin is deprecated
or hard removed (to be decided). - No runtime errors or missing animations are introduced in MediaWiki core or bundled skins.