Added comments

pull/325/merge
Abdullah Almsaeed 2015-03-22 17:32:38 -04:00
parent 2b2b706438
commit 7c7cc5768a
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ body {
.content-wrapper,
.right-side,
.main-footer {
//Using disposable variable to join statements with a comma
@transition-rule: @transition-speed @transition-fn,
margin-left @transition-speed @transition-fn;
.transition-transform(@transition-rule);

View File

@ -14,6 +14,7 @@
min-height: 100%;
width: @sidebar-width;
z-index: 810;
//Using disposable variable to join statements with a comma
@transition-rule: @transition-speed @transition-fn,
width @transition-speed @transition-fn;
.transition-transform(@transition-rule);