CSS: Fix typo in mixins.less
This commit is contained in:
parent
a668731ef7
commit
ecdf96c588
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue