Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created February 11, 2015 14:46
Show Gist options
  • Save cimmanon/57f72c32c900dc130560 to your computer and use it in GitHub Desktop.
Save cimmanon/57f72c32c900dc130560 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="test-svg1"></div>
<div class="test-svg2"></div>
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin placeholder {
&::-webkit-input-placeholder {@content}
&:-moz-placeholder {@content}
&::-moz-placeholder {@content}
&:-ms-input-placeholder {@content}
}
input[type="text"] {
font-size: 13px;
@include placeholder {
font-size: 13px;
line-height: 17px;
}
}
input[type="text"] {
font-size: 13px;
}
input[type="text"]::-webkit-input-placeholder {
font-size: 13px;
line-height: 17px;
}
input[type="text"]:-moz-placeholder {
font-size: 13px;
line-height: 17px;
}
input[type="text"]::-moz-placeholder {
font-size: 13px;
line-height: 17px;
}
input[type="text"]:-ms-input-placeholder {
font-size: 13px;
line-height: 17px;
}
<div class="test-svg1"></div>
<div class="test-svg2"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment