Skip to content

Instantly share code, notes, and snippets.

@mlabod
Created March 27, 2014 15:17
Show Gist options
  • Save mlabod/9809906 to your computer and use it in GitHub Desktop.
Save mlabod/9809906 to your computer and use it in GitHub Desktop.
Placeholder style mixin
placeholder(color = red)
&:-moz-placeholder
color: color
opacity: 1
&:-ms-input-placeholder
color: color
&::-webkit-input-placeholder
color: color
input
placeholder(blue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment