Skip to content

Instantly share code, notes, and snippets.

@jordansjones
Created October 4, 2012 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordansjones/3830675 to your computer and use it in GitHub Desktop.
Save jordansjones/3830675 to your computer and use it in GitHub Desktop.
My day (October 3, 2012)
@mixin reset-stupid-background($selectors) {
@each $sel in $selectors {
#{$sel} {
background: none !important;
}
}
}
@include reset-stupid-background(
"ul.x-tab-strip-top"
".x-tab-strip-top .x-tab-right"
".x-tab-strip-top .x-tab-left"
".x-tab-strip-top .x-tab-strip-inner"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment