Skip to content

Commit

Permalink
comment transition
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4ok committed Apr 3, 2012
1 parent 881565f commit 20dcfe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mixins.styl
Expand Up @@ -70,12 +70,12 @@ placeholder(color)
::-webkit-input-placeholder { color: color }
:-moz-placeholder { color: color }

transition($transition)
-webkit-transition: $transition
-moz-transition: $transition
-ms-transition: $transition
-o-transition: $transition
transition: $transition
// transition($transition)
// -webkit-transition: $transition
// -moz-transition: $transition
// -ms-transition: $transition
// -o-transition: $transition
// transition: $transition

rotate($degrees)
-webkit-transform: rotate($degrees)
Expand Down

0 comments on commit 20dcfe6

Please sign in to comment.