I\'m trying to create a mixin for placeholders in sass.
This is the mixin I\'ve created.
@mixin placeholder ($css) { ::-webkit-input-placeholder {
I use exactly the same sass mixin placeholder as NoDirection wrote. I find it in sass mixins collection here and I'm very satisfied with it. There's a text that explains a mixins option more.