This file contains 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
// Style this how you want it to look | |
.input-placeholder-text | |
color: #777 | |
=input-placeholder | |
&.placeholder | |
@extend .input-placeholder-text | |
&:-moz-placeholder | |
@extend .input-placeholder-text | |
&::-webkit-input-placeholder |