Hello,
I found some problems in jqx.base.css that leeds to errors when processing the css with LESS: “Unexpected token COLON found”
The reason for this:
1. some of the url(‘images/…’); are missing the ‘
2. two backbroundcolors have an \9
The workaround is:
1. Include all url’s always in high comma ‘ or ”
2. delete \9
I have not been able to detect any errors or changes in the presentation after the corrections. It would be nice if the corrections could be implemented in the next version.
With Regards
Deploy Duck