Is it still mandatory to leave a single variable?

Coming from this post, I have decided to move all my variables out of the variable manager to my style.css, I’m able to delete all but one variable, this makes the global-variable.min.css load in the frontend. Is there any workaround to delete the remaining variable so to not load the global-variable.min.css in the frontend?

Hi bugzsy,
Yes, keeping one variable or class is currently still needed.

The variables are stored in wp_options table in bricks_global_variables. You can clear the option values to remove every variable.

Better safe than sorry: make a database backup beforehand :v:

I see, thank you. :slight_smile: Will there be any update to this so it’s not required to have one in the future?

Yes, we’ll remove this single class/variable restriction in a non-so-distant update.

1 Like