Sha256: 027974fdfa1827a7a2316011da0b99d819cc1cefe458c6b1c3f9df8ea3da3e6e

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

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

//** 
  A hack to supply IE6 (and below) with a different property value.
  See http://www.cssportal.com/css-hacks/#in_css-important
=bang-hack(!property, !value, !ie6_value)
  #{!property}: #{!value} !important
  #{!property}: #{!ie6_value}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-0.10.0.rc1 frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
compass-0.10.0.pre9 frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
compass-0.10.0.pre8 frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
compass-0.10.0.pre7 frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
compass-0.10.0.pre6 frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass