Skip to content

Instantly share code, notes, and snippets.

@foxy-develop
Created January 6, 2020 04:17
Show Gist options
  • Save foxy-develop/c03e79cf2a79f09900cf685f94cdebe4 to your computer and use it in GitHub Desktop.
Save foxy-develop/c03e79cf2a79f09900cf685f94cdebe4 to your computer and use it in GitHub Desktop.
@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