// Compatibility for browsers.

// rotate for ie8 and blow
@mixin ie-rotate($rotation) {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})';
}
