Mária Jurčovičová
Mária Jurčovičová
I did not succeeded in making flash work. This is how I use it: ``` js create: function() { this.juicy = this.game.plugins.add(new Phaser.Plugin.Juicy(this)); this.flash = this.juicy.createScreenFlash('#ff0000'); // .... }, update:...
It is not used from regexp file (just declared), so it should be removed.
Less.js 2.7.0. allows semi-colon in functions. https://github.com/less/less.js/issues/ 1505
Logo
It should be similar to less.js one. This is closest I came up with so far: ``` svg { less4j } ```
https://github.com/less/less.js/issues/1359
File: ``` less @import "import/chained-import-1.less"; //try also with reference div { .mixin(); } ``` `import/chained-import-1.less`: ``` less .mixin { aa:aa; //@import "chained-import-2.less"; @import (reference) "chained-import-2.less"; } ``` `import/chained-import-2.less`: ``` less...
https://github.com/less/less.js/issues/ 2770#event-526135038
Dynamically generated classes as mixins
- https://github.com/less/less.js/issues/974 - http://lesscss.org/usage/#command-line-usage-strict-math It is special parameter passed to less.js that changes how expressions are evaluated. It needs to be ported if it becomes popular.
Previous related discussion is in issue #164 starting [here](https://github.com/SomMeri/less4j/issues/164#issuecomment-35030349).