grunt-contrib-uglify icon indicating copy to clipboard operation
grunt-contrib-uglify copied to clipboard

Unexpected token: operator (*)

Open ve3 opened this issue 5 years ago • 0 comments

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.

ve3 avatar Jun 09 '19 06:06 ve3