ok I figured my issue out, somehow I had accidentally typed the username into the subtext style box:
http://share.labs.la/image/40191a420c3x
Turns out this will break the .less
I am having a similar issue.
I uninstall the plugin and it’s fixed so if I downgrade I can get it working, but this is annoying:
Could not compile woocommerce.less: parse error: failed at @subtext: #username; /SITEURL/wp-content/plugins/woocommerce/assets/css/woocommerce-base.less on line 13
woocommerce-base looks like this, and if I change and save it then try to access the site it just reverts back:
@primary: #ad74a2;
@primarytext: desaturate(lighten(@primary,50%),18%);
@secondary: #f7f6f7;
@secondarytext: desaturate(darken(@secondary,60%),18%);
@highlight: #85ad74;
@highlightext: desaturate(lighten(@highlight,60%),18%);
@contentbg: #ffffff;
@subtext: #username;