From 134d11b5283de087a6f069e59fbceed3de52092e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Jul 2012 12:10:29 -0700 Subject: [PATCH] use shorthand on form field transitions for box-shadow mixin --- less/forms.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/forms.less b/less/forms.less index 1a469072cb..0c913b952b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -118,8 +118,7 @@ input[type="color"], background-color: @inputBackground; border: 1px solid @inputBorder; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); - @transition: border linear .2s, box-shadow linear .2s; - .transition(@transition); + .transition(~"border linear .2s, box-shadow linear .2s"); // Focus state &:focus {