Skip to content
New issue

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

each loop -> Uncaught Exception: parse error: failed at ); #662

Open
Bizarrus opened this issue Apr 29, 2023 · 0 comments
Open

each loop -> Uncaught Exception: parse error: failed at ); #662

Bizarrus opened this issue Apr 29, 2023 · 0 comments

Comments

@Bizarrus
Copy link

When i try to use the each method, the parser will break:

LESS:

@size: 4.66666666667%, 13.3333333333%, 22%, 30.6666666667%, 39.3333333333%, 48%, 56.6666666667%, 65.3333333333%, 74.0%, 82.6666666667%, 91.3333333333%, 100%;
	each(@size, {
        ui-column[data-siz="@{index}"],
	ui-columns[data-siz="@{index}"] {
                width: @value;
        }
    });

Error:
Fatal error: Uncaught Exception: parse error: failed at );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant