/* Tools :: Keyframes */

@include keyframes(leftToRight) {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}
