[–] vovafeldman 12y ago ↗ Nice, I was looking for something like that! [–] vovafeldman 12y 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 12y ago ↗ I'll look into that, thanks for the feedback [–] antonwinter 12y 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 12y 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 12y ago ↗ I'll look into that, thanks for the feedback [–] antonwinter 12y 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 12y 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 12y ago ↗ nice. what about github integration? [–] MichaelAza 12y 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 12y 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 12y ago ↗ awesome work! One note though, I tried running an example but the JS didn't load :(
[–] dakridge 12y ago ↗ What about Dart language? Learn Dart has been on my todo list, jsFiddle++ would be a fun playground to do so [–] MichaelAza 12y ago ↗ AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that. [–] dakridge 12y 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 12y ago ↗ AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that. [–] dakridge 12y 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 12y 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
[ 4.1 ms ] story [ 35.2 ms ] threaddiv { border: 1px solid @{color}; }
http://jsfpp.tomodo.me/4xaMK/