Thomas Parisot
Thomas Parisot
That's the expected behaviour. It is the same as: ``` less // equivalent of `addVariable`/`setVariables` @white: #000; @import 'variables.less' ``` with ``` //variables.less @white: #fff; //this redefines @white which has...
Yep you got it. What I suggest you is to comment out only the variables you'd like to have an hand on, defining the default values in PHP and redefining...
Well, the goal of this plugin is to deal with LESS, not be an upgrade of it. What I usually do, is to deal with import folders: my include directory...
This issue is really related on how LESS handles the variable merging etc. Any action from the plugin would simply be a quick and dirty patch modifying LESS logic (which...
The plugin takes data, gives them to LESS and put the output in suitable WP directories. That is the job of the plugin. And to do that as seamlessly as...
I agree but all this is related to how the less parser is working and scopes the variables. If you think you can make it through this extension, please contribute/ask/discuss...
There is an element of answer in #36. Is the proposed solution somewhere in the comments helpful enough to solve the problem? I thought it has been added in the...
Sorry I wrote the answer meanwhile you were editing. I thought this was fixed. In any case, hardcoding to `/wp-content` is not a solution at all. I'd rather fix the...
[`content_url()`](http://codex.wordpress.org/Function_Reference/content_url) outputs the following. If you could provide those 3 values, we could figure out how to address the problem nicely: - `$this->stylesheet->src` - `content_url()` - `$this->source_path` for both scenarios...
@royduin yeah I know but that does not help me to fix the problem :-)