Skip to content

Instantly share code, notes, and snippets.

@tow8ie
Created May 20, 2010 10:39
Show Gist options
  • Save tow8ie/407439 to your computer and use it in GitHub Desktop.
Save tow8ie/407439 to your computer and use it in GitHub Desktop.
Sass mixins for quick-and-dirty-targeting of IE
// Visible for IE <= 7
=ie7-hack($property, $ie7-value)
##{$property}: #{$ie7-value}
// Visible for IE <= 6
=ie6-hack($property, $ie6-value)
_#{$property}: #{$ie6-value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment