@css static final List<StyleRule> styles = [ css('@keyframes arcane-spin').styles(raw: { 'from': 'transform: rotate(0deg)', 'to': 'transform: rotate(360deg)', }), ];