Open omuleanu opened 3 years ago
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)
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%);