blob: 5682fd097a5a266bec74339143a2cc4b8dc0fc60 [file] [log] [blame]
@mixin placeholder {
$placeholders: ":-webkit-input" ":-moz" "-moz" "-ms-input";
@each $placeholder in $placeholders {
&:#{$placeholder}-placeholder {
@content;
}
}
}