I created some variables, and because of the launch of Variable Modes, the variables setup is much cleaner, so some of the old variables were later removed.
However, I find that those deleted variables still stay in the CSS no matter how I re-save or publish. This issue happens to those newly created variables that are not even used as well.
Such deleted variables look like this in the CSS:
:root {
--_sizes---richtext--test\<deleted\|variable-50454f7f-70a9-3a34-58cd-f2d574364c9f\>: 0px;
}
@media screen and (max-width: 991px) {
body {
--_sizes---richtext--test\<deleted\|variable-50454f7f-70a9-3a34-58cd-f2d574364c9f\>: 0px;
}
}
// and in other media queries...
Does this happen to you guys as well? Cached? Any idea?