UNPKG

solid-fa

Version:

Tiny FontAwesome component for SolidJS

17 lines (14 loc) 208 B
.spin { animation: spin 2s 0s infinite linear; } .pulse { animation: spin 1s infinite steps(8); } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }