blog/stylesheets/library/_hacks.sass
2009-11-05 21:34:41 -06:00

8 lines
152 B
Sass

// based on compass hacks
=has-layout
// This makes ie6 get layout
:display inline-block
// and this puts it back to block
&
:display block