fix(issue:4258) variable interpolation after math#4292
fix(issue:4258) variable interpolation after math#4292puckowski merged 2 commits intoless:masterfrom
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.