Studio: syncs up syntax, ordering, and timing for all Sass transition mixins

This commit is contained in:
Brian Talbot
2013-07-09 13:38:03 -04:00
committed by David Baumgold
parent ed93fcb89a
commit 41d9fa3785
15 changed files with 46 additions and 50 deletions

View File

@@ -117,7 +117,7 @@
// extends - buttons
.btn {
@include box-sizing(border-box);
@include transition(color 0.25s ease-in-out, border-color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out);
@include transition(color 0.25s ease-in-out 0, border-color 0.25s ease-in-out 0, background 0.25s ease-in-out 0, box-shadow 0.25s ease-in-out 0);
display: inline-block;
cursor: pointer;