Skip to content

Instantly share code, notes, and snippets.

@rainjeck
Forked from ZeeDev/placeholder.scss
Last active February 18, 2017 17:47
Show Gist options
  • Save rainjeck/c49b99b6c6fe2fda727a6e30dfec8e72 to your computer and use it in GitHub Desktop.
Save rainjeck/c49b99b6c6fe2fda727a6e30dfec8e72 to your computer and use it in GitHub Desktop.
placeholder.scss
@mixin placeholder {
&::-webkit-input-placeholder { @content; }
&::-moz-placeholder { @content; }
&:-ms-input-placeholder { @content; }
&:-moz-placeholder { @content; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment