Skip to content

Instantly share code, notes, and snippets.

@ir3ne
Created April 28, 2021 16:10
Show Gist options
  • Save ir3ne/8aac9784b7a068281ed15478f4f0d390 to your computer and use it in GitHub Desktop.
Save ir3ne/8aac9784b7a068281ed15478f4f0d390 to your computer and use it in GitHub Desktop.
input {
&::placeholder {
color: $color;
}
&::-webkit-input-placeholder {
color: $color;
}
&::-moz-placeholder {
color: $color;
opacity: 1;
}
&:-ms-input-placeholder {
color: $color;
}
&:-moz-placeholder {
color: $color;
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment