Is it possible to edit ui-variables for the theme, without having to fork it? We can edit styles.less to edit the theme, but as far as I can tell, we can’t reassign ui-variables, which would make certain changes far far easier to achieve (eg, tab size).
Less has this functionality by default. Reassigning variables changes them, even in different import scopes. But it appears style.less is loaded post theme compilation. Possible any other way?
If not, feature request?