-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fix(issue:4258) variable interpolation after math #4292
Conversation
I submitted a few PRs. I expect rebase(s) will be needed in order to merge all of them, so let me know when a rebase is needed. |
* Fixes variable interpolation issue after previous variable addition.
a141d0a
to
f10abf4
Compare
* Fix rebase issue for fix for issue less#4258.
Rebased after merge conflict. Changes approved by one reviewer. Some CI looks flaky. Squashing and merging to avoid future merge conflicts. |
I didn't look at this issue carefully enough. The clue that the fix is not valid is |
* Added deprecation warnings * Remove warning about combinator * Switch to PNPM * Update local dependencies * Remove inner dist folder * Create symbolic link to dist folder * Flip dist folders * Create symbolic link in root * Add contributors * 👥 Add @matthew-dean as a contributor * 👥 Add @cloudhead as a contributor * 👥 Add @lukeapage as a contributor * 👥 Add @seven-phases-max as a contributor * 👥 Add @iChenLei as a contributor * 👥 Add @puckowski as a contributor * Add more contributors * Finish deprecation warnings * Resolve deletions and such * Fix symbolic link * Update ci.yml to use PNPM * Update ci.yml to use PNPM * Refine CI versions * Fix node printed version * Better fix for #4258 and #4292 * Re-enable other tests
What:
Fixes variable interpolation issue after previous variable addition.
Why:
Current Less.js takes:
and produces:
With fix the CSS is:
Checklist:
Tests passing locally. Updated tests for variables.