Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created March 10, 2014 16:58
Show Gist options
  • Save cimmanon/9469073 to your computer and use it in GitHub Desktop.
Save cimmanon/9469073 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0)
// Compass (v1.0.0.alpha.18)
// ----
@mixin placeholder {
::-webkit-input-placeholder {@content}
:-moz-placeholder {@content}
::-moz-placeholder {@content}
:-ms-input-placeholder {@content}
}
@include placeholder {
font-style:italic;
color: white;
font-weight:100;
}
::-webkit-input-placeholder {
font-style: italic;
color: white;
font-weight: 100;
}
:-moz-placeholder {
font-style: italic;
color: white;
font-weight: 100;
}
::-moz-placeholder {
font-style: italic;
color: white;
font-weight: 100;
}
:-ms-input-placeholder {
font-style: italic;
color: white;
font-weight: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment