@mixin placeholder {
  &.placeholder {
    @content
  }
  &:-moz-placeholder {
    @content
  }
  &::-webkit-input-placeholder {
    @content
  }
}