Sha256: 05f4e1517d1530d168073f03bd46e3bf70d06256e0ecca2aa5388024c66ec1dc
Contents?: true
Size: 189 Bytes
Versions: 30
Compression:
Stored size: 189 Bytes
Contents
@import "compass/css3/animation"; @include keyframes(test) { 0%, 100% { background-color: red; } 50% { background-color: blue; } } .animation { @include animation(test); }
Version data entries
30 entries across 30 versions & 2 rubygems