.animatTransition (@property, @duration: 0.1s, @func: ease-in-out) {
  transition: @property @duration @func;
}