siteorigin / so-css

SiteOrigin CSS is the simple, yet powerful CSS editor for WordPress. It gives you visual controls that let you edit the look and feel of your site in real-time.
https://siteorigin.com/css/
GNU General Public License v2.0
46 stars 10 forks source link

Prevent Removal of named colours when opening inspector #183

Closed AlexGStapleton closed 2 months ago

AlexGStapleton commented 3 months ago

To test this, add:

.test {
  color: red;
}

Then open the inspector. Prior to this commit, this CSS would be removed.