Skip to content

Instantly share code, notes, and snippets.

@goliatone
goliatone / xy-center.scss
Created June 11, 2014 02:06
Foundation SCSS xy center component
@import "global";
//
// @variables
//
//
// @mixins
@mixin x-center() {
@tmayr
tmayr / gist:5190565
Created March 18, 2013 20:34
Foundation Topbar IE8 Fix
.lt-ie9 .top-bar {
background: #2f2f2f;
*zoom: 1;
overflow: visible;
}
.lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
content: " ";
display: table;
}
.lt-ie9 .top-bar:after { clear: both; }