sass-css3-mixins icon indicating copy to clipboard operation
sass-css3-mixins copied to clipboard

keyframes mixin issue

Open kriku opened this issue 8 years ago • 0 comments

cannot pass vendor specific content transform, like:

@include keyframes(animation-name) {
    //this content will be same for every vendor
    //so I cannot pass transform or something like that
} 

kriku avatar Mar 26 '16 23:03 kriku