Last active
March 6, 2017 09:03
-
-
Save zdolny/a35d1fca5e0efbb716c4b38087f19989 to your computer and use it in GitHub Desktop.
placeholder styling - vendors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&::-webkit-input-placeholder { | |
} | |
&::-moz-placeholder { | |
} | |
&:-ms-input-placeholder { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment