How can I determine where the style is going to be using the function?
::-webkit-input-placeholder {
color: red;
}
Example I have 4 input with different placeholder formatting.
How can I determine where the style is going to be using the function?
::-webkit-input-placeholder {
color: red;
}
Example I have 4 input with different placeholder formatting.