Jon Reece <[email protected]>:

> Since transform is still an experimental feature of CSS3, you'll need to
> use vendor prefixes:
> 
> .tilt-2d {
>  -webkit-transform: rotate(25deg);
>  -moz-transform: rotate(25deg);
>  transform: rotate(25deg);
> }
> 
> The reason the codepen example works without them is because the vendor
> prefixes are being added automatically at run-time by a handy little script
> from Lea Verou > prefixfree.js (http://leaverou.github.io/prefixfree/).

I uses SASS for this and many many other reasons.

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to