Y
Hacker News
new
|
ask
|
show
|
jobs
by
vovafeldman
4708 days ago
Nice, I was looking for something like that!
1 comments
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}; }
link
antonwinter
4708 days 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 me
http://jsfpp.tomodo.me/4xaMK/
link
MichaelAza
4708 days ago
I'll look into that, thanks for the feedback
link
div { border: 1px solid @{color}; }