Skip to content

Instantly share code, notes, and snippets.

@ZeeDev
Created May 17, 2013 09:59
Show Gist options
  • Save ZeeDev/5598149 to your computer and use it in GitHub Desktop.
Save ZeeDev/5598149 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