Skip to content

Instantly share code, notes, and snippets.

View irunatbullets's full-sized avatar

irunatbullets irunatbullets

  • Toulouse, France
View GitHub Profile
@irunatbullets
irunatbullets / _super-font-face.scss
Last active August 29, 2015 14:00
Compass font-face mixin wrapper.
// Super Font Face Mixin
// ============================================================================
//
// If you have a standard set of fonts (i.e. woff, ttf, svg, eot), instead of
// having to list every font file with the Compass font mixin, just use this
// wrapper.
//
// Usage examples:
// @include super-font-face('Museo Sans', 'MuseoSans_500-webfont');
// @include super-font-face('Museo Sans', 'MuseoSans_700-webfont', bold);
@irunatbullets
irunatbullets / _layers.scss
Last active December 24, 2015 06:39
Taming z-index using a file named _layers.scss
// Layer 1
// ============================================================================
.listing-card,
.scroller-navigator {
z-index: 1;
}
// Layer 2
// ============================================================================
.loading-overlay.as-background, //This is used for .tabs only, any other time use .loading-overlay (without .as-background).