Skip to content

Instantly share code, notes, and snippets.

@luk3thomas
luk3thomas / _mixins.scss
Created April 21, 2014 16:54
Bootstraps's less mixins for sass, way back when
// Mixins.less
// Snippets of reusable CSS to develop faster and keep code readable
// -----------------------------------------------------------------
// IE7 inline-block
// ----------------
@mixin ie7-inline-block() {
*display: inline; /* IE7 inline-block hack */
*zoom: 1;