Skip to content

Instantly share code, notes, and snippets.

@xhoskin
Created November 12, 2015 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xhoskin/c79df04a8bed7d88a5a1 to your computer and use it in GitHub Desktop.
Save xhoskin/c79df04a8bed7d88a5a1 to your computer and use it in GitHub Desktop.
стилизация placeholder для всех браузеров
&:-ms-input-placeholder {
}
&::-moz-placeholder {
}
&::-webkit-input-placeholder {
}
&.placeholder {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment