This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Support for LESS

andywall wrote on 2012-05-30:
It seems your Javascript timer/logic doesn't play nicely with LESS:

http://lesscss.org/

...which is a widely-used CSS enhancement language which runs on the client side by loading .LESS files (similar to css + additional features) and processing them with JavaScript into pure CSS. It works like so:

<link rel="stylesheet/less" type="text/css" href="/styles/plan.less">
<script src="/scripts/less-1.3.0.min.js"/>

PDFCrowd fails to allow the load/processing to occur before rendering. Any way this might be supported in the future?
support wrote on 2012-05-31:
Thanks for the feedback, there definitely is room for improvement. We plan to look into this in the future.
support wrote on 2012-06-24:
Do you have an example of a webpage using LESS that does not work?