@use "../util/scss/call-once" as *;

@if cx-call-once("cx/widgets/animations") {
   @keyframes cx-rotate {
      from {
         transform: rotate(0);
      }

      to {
         transform: rotate(360deg);
      }
   }
}
