export function extractLessVarName(prop: string): string { return prop.substring(1); }