BundlerMinifier icon indicating copy to clipboard operation
BundlerMinifier copied to clipboard

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

Open omuleanu opened this issue 3 years ago • 5 comments

Installed product versions

  • Visual Studio 2019 16.9.2
  • VS extension v. 2.8.396 , nuget package v. 3.2.449

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%);

omuleanu avatar Apr 13 '21 07:04 omuleanu

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

denner14 avatar Jun 25 '21 18:06 denner14

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

StepanMynarik avatar Aug 17 '21 13:08 StepanMynarik

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)

mario-alba avatar Aug 24 '21 18:08 mario-alba

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

axedaddy avatar Nov 07 '21 09:11 axedaddy

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

DanielStout5 avatar Dec 05 '22 20:12 DanielStout5