I've been testing some code in IE11/Windows 7 with Browserstack and found uglify is causing errors in the following code
background: linear-gradient(0,rgba(105,44,145,0.3),rgba(105,44,145,0.3)),linear-gradient(0,rgba(0,49,131,0.3),rgba(0,49,131,0.3)),linear-gradient(90deg,rgba(0,174,239,0.9) 23.61%,rgba(0,49,131,0.0001) 99.7%)
changing 0 to 0deg (first value in linear-gradient()) fixes this .