Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created November 13, 2013 20:53
Show Gist options
  • Select an option

  • Save mturjak/7456210 to your computer and use it in GitHub Desktop.

Select an option

Save mturjak/7456210 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
button.needs-overridden-in-firefox {
line-height: 20px;
padding: 6px 16px;
}
@-moz-document url-prefix() {
button.needs-overridden-in-firefox {
padding-top: 0;
}
}
button.needs-overridden-in-firefox {
line-height: 20px;
padding: 6px 16px;
}
@-moz-document url-prefix() {
button.needs-overridden-in-firefox {
padding-top: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment