Skip to content

Instantly share code, notes, and snippets.

@jasonkmccoy
Created March 14, 2015 22:42
Show Gist options
  • Save jasonkmccoy/8e102e600be74435b836 to your computer and use it in GitHub Desktop.
Save jasonkmccoy/8e102e600be74435b836 to your computer and use it in GitHub Desktop.
Input placeholder text mixin
/* Placeholder Mixin
*==========================================================================
=placeholder-color($color)
&.placeholder
color: $color
&:-moz-placeholder
color: $color
&::-webkit-input-placeholder
color: $color
&:-ms-input-placeholder
color: $color
/* Usage
input
+placeholder-color(#FA4A4A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment