Skip to content

Instantly share code, notes, and snippets.

@zztimur
Created April 3, 2013 20:47
Show Gist options
  • Save zztimur/5305138 to your computer and use it in GitHub Desktop.
Save zztimur/5305138 to your computer and use it in GitHub Desktop.
/* MIXINS
-------------------------------------------------- */
.kill-gradient() {
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: no-repeat;
filter: none;
}
.kill-borders() {
border: 0 none;
}
.kill-box-shadow() {
.box-shadow(none);
&:hover, &:active, &.active, &.disabled, &[disabled] {
.box-shadow(none);
}
}
.kill-fancy() {
.kill-box-shadow();
.kill-borders();
.kill-gradient();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment