// Add normal state, to prevent hover on touched elements // // a // display: inline-block // +no-hover // color: black // &:hover // color: gray // &:active, &.is-tapped // background: black // // To enable `.is-tapped` state, you need to require `evil-front/tappable` JS. // Don’t forget to disable transitions in `.is-tapped` and `:active` states by // `+styled-taps` mixin. @mixin no-hover

&, &.was-tapped:hover, &.was-tapped:active
  @content