BundlerMinifier
BundlerMinifier copied to clipboard
Expect comma, found '/' for rgb(60 64 67 / 30%)
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%);
I have the same problem, how do you fix this ?
Same problem here: box-shadow: 0 0 2px rgb(0 0 0 / 15%);
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)
Same problem. The biggest pain is bundler doesn't show where the error occurs.
This does appear to be fixed in BuildBundlerMinifierPlus
(just by virtue of it having a newer version of NUglify I assume)