[–] vovafeldman 13y ago ↗ Nice, I was looking for something like that! [–] vovafeldman 13y ago ↗ Btw. Just tried LESS, and seems like there is some problem. Here's my simple LESS code test: @color : "green";div { border: 1px solid @{color}; } [–] MichaelAza 13y ago ↗ I'll look into that, thanks for the feedback [–] antonwinter 13y ago ↗ i'm not familiar with the syntax you have here. i tried it without the quotes on green and without the curly brackets on the color and it worked for mehttp://jsfpp.tomodo.me/4xaMK/
[–] vovafeldman 13y ago ↗ Btw. Just tried LESS, and seems like there is some problem. Here's my simple LESS code test: @color : "green";div { border: 1px solid @{color}; } [–] MichaelAza 13y ago ↗ I'll look into that, thanks for the feedback [–] antonwinter 13y ago ↗ i'm not familiar with the syntax you have here. i tried it without the quotes on green and without the curly brackets on the color and it worked for mehttp://jsfpp.tomodo.me/4xaMK/
[–] antonwinter 13y ago ↗ i'm not familiar with the syntax you have here. i tried it without the quotes on green and without the curly brackets on the color and it worked for mehttp://jsfpp.tomodo.me/4xaMK/
[–] orenbarzilai 13y ago ↗ nice. what about github integration? [–] MichaelAza 13y ago ↗ jsFiddle already has support for forking, but I guess you could add something like "fork to Gist". I'll look into that, thanks for the feedback!
[–] MichaelAza 13y ago ↗ jsFiddle already has support for forking, but I guess you could add something like "fork to Gist". I'll look into that, thanks for the feedback!
[–] amirlazarovich2 13y ago ↗ awesome work! One note though, I tried running an example but the JS didn't load :(
[–] dakridge 13y ago ↗ What about Dart language? Learn Dart has been on my todo list, jsFiddle++ would be a fun playground to do so [–] MichaelAza 13y ago ↗ AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that. [–] dakridge 13y ago ↗ I believe you are right, it is't widely used. But, if you ever find yourself wanting to support it, I'll point you in the right direction: http://www.dartlang.org/docs/dart-up-and-running/contents/ch...
[–] MichaelAza 13y ago ↗ AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that. [–] dakridge 13y ago ↗ I believe you are right, it is't widely used. But, if you ever find yourself wanting to support it, I'll point you in the right direction: http://www.dartlang.org/docs/dart-up-and-running/contents/ch...
[–] dakridge 13y ago ↗ I believe you are right, it is't widely used. But, if you ever find yourself wanting to support it, I'll point you in the right direction: http://www.dartlang.org/docs/dart-up-and-running/contents/ch...
12 comments
[ 1.7 ms ] story [ 42.4 ms ] threaddiv { border: 1px solid @{color}; }
http://jsfpp.tomodo.me/4xaMK/