Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save charlieschwabacher/8713062 to your computer and use it in GitHub Desktop.
Save charlieschwabacher/8713062 to your computer and use it in GitHub Desktop.
/* 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