Shadow minify css bug




Wordpress LScache Plugin: Shadow minify css bug

Last Updated on: Wed, 15 Apr 2026 00:00:02
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 its not the same thing. Edit: seems like it get broken because its say rgb instead of rgba. on rgba it works and with rgb it changes the code. This topic was modified 2 years, 6 months ago by yydevelopment. This topic was modified 2 years, 6 months ago by yydevelopment. This topic was modified 2 years, 6 months ago by yydevelopment. Hi, Is there some way to tell your plugin not to edit that line in the css file? You can exclude your CSS file from being editted. Best regarads,



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference