libcss2less
libcss2less copied to clipboard
@keyframe - wrong conversion
input
@-webkit-keyframes popin { from {transform: scale(0.5); top:25%;}
}
Output
@-webkit-keyframes { popin { from; } }