Skip to content

Instantly share code, notes, and snippets.

@kawasako
Created August 26, 2013 14:46
Show Gist options
  • Save kawasako/6342210 to your computer and use it in GitHub Desktop.
Save kawasako/6342210 to your computer and use it in GitHub Desktop.
SCSS @mixin inline-block
// Mixin
@mixin inline-block() {
display: inline-block;
*zoom: 1; // hasLayout true for ie7
*display: inline; // for ie7
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment