i have a form with those inputs :
<input type="text" id="@gray-base" value="#000">
<input type="text" id="@gray-darker" value="lighten(@gray-base, 13.5%)">
How can i get the color value of input id with @gray-darker ? How can i run less funciton in browser ?