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
|
Hi there, I have a css file embedded into a DLL, and I'd love to work in LESS instead, however lines that reference other embedded images are making the syntax highlighting\compiler fail Example: background: #76d873 url(<% = WebResource("MyAssembly.Controls.Widgets.Resources.images.star-bg.png") %>) no-repeat 50% -1px; ideally this "<% = WebResource("MyAssembly.Controls.Widgets.Resources.images.star-bg.png") %>" should just showup in the .min as well Thanks, Steve |
|
|
We don't own the Less compiler so if the compiler is failing (presumably because the If it is working in the compiler but we are just getting it wrong in the syntax highlighter then let us know and we'll investigate further. |
|
|
Hey Ivan, This is the response I got
I can't get it to work though...can you? (syntax highlighting also seems borked with it) |
|
|
The syntax highlighting marks it as an error, but it does compile and it seems to give the output you want. We'll try to get the syntax highlighting sorted for you. |
|
|
Syntax highlighting will be fixed in the next nightly build (we handled the double-quoted |
|