@use "../../variables/index" as *;

@use "sass:string";
// Reset filters for IE
// When you need to remove a gradient background, do not forget to use this to reset the IE filter for IE9 and below.

@mixin reset-filter() {
  filter: string.unquote('progid:DXImageTransform.Microsoft.gradient(enabled = false)');
}
