Default transition
a,
.trans,
.alert,
.btn,
button,
svg path,
svg polygon{
@include prefix(transition, all 200ms cubic-bezier(0.025, 0.185, 0.000, 0.590), webkit moz ms o);
@include prefix(transition-timing-function, cubic-bezier(0.025, 0.185, 0.000, 0.590), webkit moz ms o);
}