madskristensen / BundlerMinifier

Visual Studio extension
Other
616 stars 173 forks source link

Expect comma, found '/' for rgb(60 64 67 / 30%) #552

Open omuleanu opened 3 years ago

omuleanu commented 3 years ago

Installed product versions

Description

Bundler minifier breaks build with compile errors like: Expect comma, found '/' Expect comma, found '64' when having css like this: box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);

denner14 commented 3 years ago

I have the same problem, how do you fix this ?

StepanMynarik commented 3 years ago

Same problem here: box-shadow: 0 0 2px rgb(0 0 0 / 15%);

mario-alba commented 3 years ago

same problem with box-shadow: 0px 8px 2px 0 rgb(0 0 0 / 18%), seems the problem is the notation, this works: box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.18)

axedaddy commented 3 years ago

Same problem. The biggest pain is bundler doesn't show where the error occurs.

DanielStout5 commented 1 year ago

This does appear to be fixed in BuildBundlerMinifierPlus (just by virtue of it having a newer version of NUglify I assume)