Shadow minify css bug
-
Hey it seems like there is a problem and my css code changes when ever i choose the option to minify or comain css files on the plugin.
This is the css code i use
box-shadow: 0px 0px 20px rgb(37, 37, 37, 0.5);And this is the return code i get after minify
box-shadow: 0px 0px 20px #25252500;Is there some way to tell your plugin not to edit that line in the css file?
It seems like the plugin remove the opacity but the opcity option act differently from regular RGB color so it’s not the same thing.Edit: seems like it get broken because it’s say rgb instead of rgba. on rgba it works and with rgb it changes the code.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Shadow minify css bug’ is closed to new replies.