Skip to content

Instantly share code, notes, and snippets.

@jongamble
Created July 16, 2014 14:32
Show Gist options
  • Save jongamble/d879f1311dbe65068020 to your computer and use it in GitHub Desktop.
Save jongamble/d879f1311dbe65068020 to your computer and use it in GitHub Desktop.
Placeholder style mixin
@mixin placeholder {
&::-webkit-input-placeholder {@content}
&:-moz-placeholder {@content}
&::-moz-placeholder {@content}
&:-ms-input-placeholder {@content}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment