This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have less style declared in following way:
and then I have declaration:
In browser, when I'm using less extension everything is correct:
however style compiled by Workbench looks like:
Which causing compilation totally unasable for me. |
|
|
We roughly track along with the official releases and we use the JavaScript files which are made available within Web Workbench for the compilation. If you have a look at http://less2css.org/ you will see the same output being generated so if this used to work but doesn't now I suspect this will have changed in a recent update with Less. It looks though that this is caused by your use of the escape function around the values. e.g. this generates the output you are expecting.
|
|