Commit cfa039d2 authored by Mark Otto's avatar Mark Otto

Merge branch 'sparanoid-master' into 2.1.1-wip

parents eb8aad85 ec6b3200
......@@ -264,6 +264,12 @@
-o-transition: @transition;
transition: @transition;
}
.transition-delay(@transition-delay) {
-webkit-transition-delay: @transition-delay;
-moz-transition-delay: @transition-delay;
-o-transition-delay: @transition-delay;
transition-delay: @transition-delay;
}
// Transformations
.rotate(@degrees) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment