Compass Cross-Browser Support Configuration
You can configure the compass default browser support matrix by setting these variables as needed.
This file can be imported using:
@import "compass/support"
View the Source for this module on Github.
Configurable Variables help
$legacy-support-for-ie
- Value
-
true - Description
-
Usually compass hacks apply to both ie6 & 7 — set this to false to disable support for both.
$legacy-support-for-ie6
- Value
-
$legacy-support-for-ie - Description
-
Setting this to false will result in smaller output, but no support for ie6
$legacy-support-for-ie7
- Value
-
$legacy-support-for-ie - Description
-
Setting this to false will result in smaller output, but no support for ie7
$experimental-support-for-mozilla
- Value
-
true - Description
-
Support for mozilla in experimental css3 properties.
$experimental-support-for-webkit
- Value
-
true - Description
-
Support for webkit in experimental css3 properties.
$experimental-support-for-opera
- Value
-
true - Description
-
Support for opera in experimental css3 properties.
$experimental-support-for-microsoft
- Value
-
true - Description
-
Support for microsoft in experimental css3 properties.
$experimental-support-for-khtml
- Value
-
true - Description
-
Support for khtml in experimental css3 properties.