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

skew is missing....

Open danielt69 opened this issue 10 years ago • 1 comments

danielt69 avatar Oct 19 '15 10:10 danielt69

I used this code:

@mixin skew($deg: 0, $deg2: 0) { @include css3-prefix('transform', skew($deg + deg,$deg2 + deg)); }

danielt69 avatar Oct 19 '15 10:10 danielt69