Sha256: a361b25ac3313fd973f7cc1c9bbc1b243c3a8431b56902db6b27060344101247
Contents?: true
Size: 260 Bytes
Versions: 16
Compression:
Stored size: 260 Bytes
Contents
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .icon { display: inline-block; width: 1.25em; height: 1.25em; vertical-align: middle; fill: inherit; &.spin { animation: spin 1s infinite linear; } }
Version data entries
16 entries across 16 versions & 1 rubygems