You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When less is divided into chunks in parser.js, "}" symbols can end chunk, but it doesn't take into account selector interpolation, so chunk can end right after selector "@{selector}", before opening "{".
When less is divided into chunks in parser.js, "}" symbols can end chunk, but it doesn't take into account selector interpolation, so chunk can end right after selector "@{selector}", before opening "{".
Test:
Result:
Unrecognized input
Reproducible in 1.6.0 and .1.6.1, before that was working as expected.
The text was updated successfully, but these errors were encountered: