Hacker News new | ask | show | jobs
by vovafeldman 4708 days 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}; }

2 comments

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 me

http://jsfpp.tomodo.me/4xaMK/

I'll look into that, thanks for the feedback