Skip to content

Instantly share code, notes, and snippets.

@zdolny
Last active March 6, 2017 09:03
Show Gist options
  • Save zdolny/a35d1fca5e0efbb716c4b38087f19989 to your computer and use it in GitHub Desktop.
Save zdolny/a35d1fca5e0efbb716c4b38087f19989 to your computer and use it in GitHub Desktop.
placeholder styling - vendors
&::-webkit-input-placeholder {
}
&::-moz-placeholder {
}
&:-ms-input-placeholder {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment