Skip to content

Instantly share code, notes, and snippets.

@aviogreen
Created May 1, 2015 06:10
Show Gist options
  • Save aviogreen/b2f254b045d6fd03201f to your computer and use it in GitHub Desktop.
Save aviogreen/b2f254b045d6fd03201f to your computer and use it in GitHub Desktop.
.placeholder(@color) {
&::-webkit-input-placeholder {
color: @color;
}
&:-moz-placeholder {
color: @color;
}
&::-moz-placeholder {
color: @color;
}
&:-ms-input-placeholder {
color: @color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment