Created
January 30, 2014 16:51
-
-
Save charlieschwabacher/8713062 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
/* mock placeholder on required inputs type month */ | |
input[type=month], | |
input[type=date], | |
input[type=time] | |
&[required]:invalid | |
&:after | |
content: attr(placeholder) | |
color: #d8d8d8 | |
position: absolute | |
left: $margin/2 | |
line-height: 2*$margin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment