It would be really cool if it would support color operation functions in less/sass like ``` less @primary: #FDC300; // this works now @primaryLight: lighten(@primary,25%); // this doesn't work (yet) ```