Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active January 9, 2016 08:14
Show Gist options
  • Save gearmobile/1246bee7363cbf4bb9a7 to your computer and use it in GitHub Desktop.
Save gearmobile/1246bee7363cbf4bb9a7 to your computer and use it in GitHub Desktop.
Stylus Mixin for Placeholder
placeholder()
&::-webkit-input-placeholder
{block}
&::-moz-placeholder
{block}
&:-moz-placeholder
{block}
&:-ms-input-placeholder
{block}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment