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
sorry for my poor English.... m(_ _ )m
this less (just an example):
@cols: 1, 2; .a(@i: length(@cols)) when (@i > 0) { @divider: e(extract(@cols, @i)); } .a; .b(@j: 1) when (@j < length(@cols)) { @divider: e(extract(@cols, @j)); } .b;
will cause exception in less 3.0.1
but in less 2.7.3, run so far so good.
maybe some bug at here? exception throwed in this line:
less.js/lib/less/parser/parser-input.js
Line 67 in b873737
because current is a number value 2:
current
2
any solution?
The text was updated successfully, but these errors were encountered:
Fixes less#3195
a9e2716
Fixes #3195 (#3215)
468b532
Revert "Fixes #3195 (#3215)"
bc264fc
This reverts commit 468b532.
No branches or pull requests
sorry for my poor English.... m(_ _ )m
this less (just an example):
will cause exception in less 3.0.1

but in less 2.7.3, run so far so good.

maybe some bug at here?
exception throwed in this line:
less.js/lib/less/parser/parser-input.js
Line 67 in b873737
because
current
is a number value2
:any solution?
The text was updated successfully, but these errors were encountered: