That feature isn't yet in dotless, though its a 1 line change so it
should be in there soon ( I can add it once I've finished media
bubbling)
Its a bit annoying that they have decided to start using a new feature
within days of it being committed and released in less.js
Expected '}' on line 396 in file 'mixins.less':
[395]: .reset-filter() {
[396]: filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
--^
[397]: }the ability to parse microsoft progid values was added to less.J's and dot less recently.. are you using the latest release?
I'm nearly finished with selector variables and I'll have a go at compiling bootstrap after that.
It actually allows any entity, as long as it is parenthesised..so
(@variable) {
}
is also accepted.
~"" means escape the quotes and @{a} is for variables in strings.
previously cloudhead had just made escaped strings allowed in
selectors, but he changed it at the last minute before releasing 1.3.0
to parenthesis and an entity.
Exactly which bootstrap less file are you trying to compile (the root less file) and which version of bootstrap? I'll see if I can reproduce.