Support was added in less.js and without loss in version 1.3
You need to use brackets and an escaped string. For example,
(~" .@ {scope} .another") { color: #fff; }
Edit
This format is outdated. less than 1.3.1 (currently only the lower.js line assembly) supports simpler syntax
.@ {scope} .another-class { color: white; }
Luke Page
source share