We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The symptom is:
$ lessc editor.less ParseError: Unrecognised input in /home/vagrant/.virtualenvs/.virtualenvs/dev/src/django-oscar-fancypages/fancypages/static/fancypages/less/bootstrap/mixins.less on line 561, column 7: 560 .spanX (@index) when (@index > 0) { 561 (~".span@{index}") { .span(@index); } 562 .spanX(@index - 1);
Downgrading less to 1.3.3 fixes this:
$ sudo npm install -g less@1.3.3
The text was updated successfully, but these errors were encountered:
@andysellick advises that he's run across this issue recently & removing the tilde and quote marks around the .span@{index} should fix the problem
Sorry, something went wrong.
No branches or pull requests
The symptom is:
Downgrading less to 1.3.3 fixes this:
The text was updated successfully, but these errors were encountered: