Last active
December 21, 2015 15:18
-
-
Save samme/6325241 to your computer and use it in GitHub Desktop.
Example cross-browser support configuration for Compass (http://compass-style.org/reference/compass/support/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://compass-style.org/reference/compass/support/ | |
// Omit hacks for IE ≤ 8 | |
$legacy-support-for-ie6: false | |
$legacy-support-for-ie7: false | |
$legacy-support-for-ie8: false | |
// E.g., no -o-* properties :( | |
$experimental-support-for-opera: false | |
// "Usually this means hacks to support Firefox 3.6 or earlier." | |
$legacy-support-for-mozilla: false | |
// The old Webkit syntax is obsolete. http://html5please.com/#gradients | |
$support-for-original-webkit-gradients: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment