Sha256: efddae4ef9d22bf382147eaf73cefe4f961e53424056d845e9a4bc8f854518ff
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
// Usually compass hacks apply to both ie6 & 7 -- set this to false to disable support for both. $legacy-support-for-ie: true !default; // Setting this to false will result in smaller output, but no support for ie6 $legacy-support-for-ie6: $legacy-support-for-ie !default; // Setting this to false will result in smaller output, but no support for ie7 $legacy-support-for-ie7: $legacy-support-for-ie !default; // @private // The user can simply set $legacy-support-for-ie and 6 & 7 will be set accordingly, // But in case the user set either of those explicitly, we need to sync the value of // this combined variable. $legacy-support-for-ie: $legacy-support-for-ie6 or $legacy-support-for-ie7; // Support for mozilla in experimental css3 properties. $experimental-support-for-mozilla : true !default; // Support for webkit in experimental css3 properties. $experimental-support-for-webkit : true !default; // Support for opera in experimental css3 properties. $experimental-support-for-opera : true !default; // Support for microsoft in experimental css3 properties. $experimental-support-for-microsoft : true !default; // Support for khtml in experimental css3 properties. $experimental-support-for-khtml : true !default;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-0.10.6 | frameworks/compass/stylesheets/compass/_support.scss |
compass-0.10.6.pre.1 | frameworks/compass/stylesheets/compass/_support.scss |