Skip to content

Instantly share code, notes, and snippets.

@orodio
Created September 12, 2012 06:44
Show Gist options
  • Save orodio/3704745 to your computer and use it in GitHub Desktop.
Save orodio/3704745 to your computer and use it in GitHub Desktop.
Input placeholder color in sass
textarea::-webkit-input-placeholder
color: $color
textarea:-moz-placeholder
color: $color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment