Skip to content

Instantly share code, notes, and snippets.

@DragorWW
Created January 22, 2014 09:35
Show Gist options
  • Save DragorWW/8555960 to your computer and use it in GitHub Desktop.
Save DragorWW/8555960 to your computer and use it in GitHub Desktop.
scss placeholder mixim
@mixin placeholder {
&.placeholder { @content; }
&:-moz-placeholder { @content; }
&::-moz-placeholder { @content; }
&::-webkit-input-placeholder { @content; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment