Support was added to less.js and dotless in version 1.3
You have to use brackets and an escaping string.. e.g.
(~".@{scope} .another") {
color: #fff;
}
Edit
This format is deprecated. less 1.3.1 (currently just trunk build of less.js) supports a simpler syntax
.@{scope} .another-class {
color: white;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…