Skip to content

Instantly share code, notes, and snippets.

@samme
Last active December 21, 2015 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samme/6325241 to your computer and use it in GitHub Desktop.
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/)
// 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