How can I implement the following syntax correctly?
.jacket(@classname, @attrname, @value) {
.class-prefix-@{classname}[some-prefix-@{attrname}~="@{value}"] {
// ^Error From Here
// Attributes
}
}
lessc shows that there is an SyntaxError: expected ']' got '@'
It seems like a bug actually, this workaround should do the trick: