gruntjs / grunt-contrib-uglify

Minify files with UglifyJS.
http://gruntjs.com/
MIT License
1.48k stars 347 forks source link

Unexpected token: operator (*) #542

Open ve3 opened 5 years ago

ve3 commented 5 years ago

I try to minify sanitize.css here and getting this error message.

CSS:

*,
::before,
::after {
  box-sizing: border-box;
}

The line that contain *, is cause the error. This is normal CSS and should not cause any error.