libcss2less icon indicating copy to clipboard operation
libcss2less copied to clipboard

@keyframe - wrong conversion

Open ymranx opened this issue 11 years ago • 0 comments

input

@-webkit-keyframes popin { from {transform: scale(0.5); top:25%;}

}

Output

@-webkit-keyframes { popin { from; } }

ymranx avatar Feb 10 '15 14:02 ymranx