I'm trying the following statement in LESS, but its giving me an error:
(~".table-column[width='@{size}']") {
// do something
}
----------
ERROR :
----------
*ParseError: Missing closing ')'*
I'm using lessc 2.5.3, with nodejs on windows. LESS is new to me and any pointers would be helpful.
Thanks