How to set less modifyVars When I Use Less?
You can use a .lessrc
file:
//.lessrc
{
"modifyVars": {
"@buttonFace": "#5B83AD",
"@buttonText": "#D9EEF2"
}
}
Seems lessrc
is not working.
+1
is this possible?
works with less 2.7, just downgrade
It doesn't work even installing less 2.7.3
@brandon93s this is not working, could you reopen the issue?
It doesn't work even installing less 2.7.0
@brandon93s
this is not working, could you reopen the issue?
lessrc doesn't work, have you find a solution ?
Most helpful comment
Seems
lessrc
is not working.