-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Less compilation extend 'mixin' has no matches #23619
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
Comments
Hi @patruvlad. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @patruvlad do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento give me 2.3-develop instance |
Hi @patruvlad. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @patruvlad, here is your Magento instance. |
@magento give me 2.3-develop instance |
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @engcom-Bravo, here is your Magento instance. |
Hi @patruvlad thank you for your report, I'm not able to reproduce issue by steps you described on clean 2.3-develop. |
I modified the description with some Manual testing scenario , can this be reopened and rechecked? |
Just to clarify, we've opened this issue, because it indicates that certain less code isn't following the less standard. It accidentally didn't output errors with the less compiler Magento ships with but if we want to use an alternative less compiler which is more strict, it should still work. Here are some findings:
|
@magento give me 2.3-develop instance |
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @engcom-Bravo, here is your Magento instance. |
@magento give me 2.2-develop instance |
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @engcom-Bravo, here is your Magento instance. |
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @patruvlad. Thank you for your report.
The fix will be available with the upcoming 2.3.4 release. |
Hi @patruvlad. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Uh oh!
There was an error while loading. Please reload this page.
Preconditions (*)
Steps to reproduce (*)
npm install [email protected]
bin/magento setup:static-content:deploy -f -t Magento/luma en_US
node_modules/.bin/lessc var/view_preprocessed/pub/static/frontend/Magento/luma/en_US/css/styles-m.less > /dev/null
stderr
, since we redirectedstdout
to/dev/null
):Expected result (*)
extend 'mixin_name' has no matches
Actual result (*)
The text was updated successfully, but these errors were encountered: