diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass b/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass index ed2759f2..b10ec35d 100644 --- a/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass +++ b/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass @@ -5,11 +5,11 @@ & display: block -//** - IE6 will let the !important property win - While all the other browsers won't. - TODO: link to blog post -=bang-hack(!property, !hack_value, !value) - #{!property}: #{!hack_value} !important - #{!property}: #{!value} +//** + 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} +