// Based in Nicolas Gallagher's git.io/normalize
normalize-links()
  a // No gray bg color in active links in IE 10.
    background-color transparent
    &:active, &:hover
      outline 0 // + readability when focused.
