1 // @deprecated since MW 1.39.0, use unprefixed `animation:` now.
6 // @deprecated since MW 1.39.0, use unprefixed `animation-delay:` now.
7 .animation-delay( ... ) {
8 animation-delay: @arguments;
11 // @deprecated since MW 1.39.0, use unprefixed `transform: rotate( ... )` now.
12 .transform-rotate( @deg ) {
13 transform: rotate( @deg );