????

Your IP : 3.20.224.218


Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/
Upload File :
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/_opacity.scss

// Opacity

@mixin opacity($opacity) {
  opacity: $opacity;
  // IE8 filter
  $opacity-ie: ($opacity * 100);
  filter: #{alpha(opacity=$opacity-ie)};
}