Title: Shadow minify css bug
Last modified: May 29, 2020

---

# Shadow minify css bug

 *  Resolved [yydevelopment](https://wordpress.org/support/users/yydevelopment/)
 * (@yydevelopment)
 * [6 years ago](https://wordpress.org/support/topic/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.
    -  This topic was modified 6 years ago by [yydevelopment](https://wordpress.org/support/users/yydevelopment/).
    -  This topic was modified 6 years ago by [yydevelopment](https://wordpress.org/support/users/yydevelopment/).
    -  This topic was modified 6 years ago by [yydevelopment](https://wordpress.org/support/users/yydevelopment/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [6 years ago](https://wordpress.org/support/topic/shadow-minify-css-bug/#post-12916104)
 * 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,

Viewing 1 replies (of 1 total)

The topic ‘Shadow minify css bug’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/shadow-minify-css-bug/#post-12916104)
 * Status: resolved