Sha256: 8532173c67b37f2b725056299a6ab65a4225fe5df65f74a05bceb6c0865c4143
Contents?: true
Size: 679 Bytes
Versions: 64
Compression:
Stored size: 679 Bytes
Contents
.flash { -moz-animation: flash 1s ease-out; -moz-animation-iteration-count: 1; -webkit-animation: flash 1s ease-out; -webkit-animation-iteration-count: 1; -ms-animation: flash 1s ease-out; -ms-animation-iteration-count: 1; } @-webkit-keyframes flash { 0% { background-color: none; } 50% { background-color: $text-highlight; } 100% { background-color: none; } } @-moz-keyframes flash { 0% { background-color: none; } 50% { background-color: $text-highlight; } 100% { background-color: none; } } @-ms-keyframes flash { 0% { background-color: none; } 50% { background-color: $text-highlight; } 100% { background-color: none; } }
Version data entries
64 entries across 64 versions & 1 rubygems