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