CSS: Fix typo in mixins.less

This commit is contained in:
Eric Lippmann 2016-11-16 14:16:09 +01:00
parent a668731ef7
commit ecdf96c588
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
outline: none;
padding: @vertical-padding @horizontal-padding;
// Transition mixin does not work w/ comma-separated transistions
// Transition mixin does not work w/ comma-separated transitions
-webkit-transition: background 0.3s ease, color 0.3s ease;
-moz-transition: background 0.3s ease, color 0.3s ease;
-o-transition: background 0.3s ease, color 0.3s ease;