Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chriseppstein/923244 to your computer and use it in GitHub Desktop.
Save chriseppstein/923244 to your computer and use it in GitHub Desktop.
@mixin input-placeholder($color)
&.placeholder
color: $color
&:-moz-placeholder
color: $color
&::-webkit-input-placeholder
color: $color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment