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
|
First of all, the syntax highlighting. I have a screenshot but it applies to the .less mixins found o on http://lesselements.com. About the compilation: I have a single .less file (for example mixins.less) with mixins
If I create a mixin using other mixins now, for example:
and I use this inside the same file (everything inside the same file) everything is ok. Now, if I import this file (mixins.less) inside another file (main.less) and try to use the .compositeMixin, the .mixinA() and .mixinB() are compiled twice, ie in main.less this happens:
compiles to the same as this:
|
|
|
Same thing happens here, but i use dotless via chirpy to compile my files, WW uses the original less.js to compile ..maybe a fundamental problem in the framework ?? |
|
|
As itechnology says, compilation is handled by the Less compiler, which is outside our control (we just invoke it). See if you can reproduce the problem using the compiler from http://lesscss.org/ -- if so you will need to raise the issue with them (if it only occurs in Web Workbench then let us know). |
|