UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

13 lines (11 loc) 216 B
// ROTATE .apos-rotate(@time: 1s) { .apos-animation(apos-rotate @time linear infinite); } .apos-keyframes(apos-rotate; { from { .apos-transform(rotateZ(0deg)) } to { .apos-transform(rotateZ(360deg)) } } );