-
Notifications
You must be signed in to change notification settings - Fork 9.4k
reference directive restored for _extends.less. extends replaced to mixins in _extend.less #35101
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
Conversation
…ixins in _extend.less
Hi @iNeViX. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Run only required test builds during development. Run all test builds before sending your pull request for review. For more details, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@mrtuvn, could you please review? |
Looking goods at my pov |
Can you check static fails at reports ? |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Static Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Seem false positive results from Less sniffer checks. From my view is magento use php to check less/css code syntax ? |
@magento run Static Tests |
1 similar comment
@magento run Static Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
1 similar comment
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
magento/magento-coding-standard#395 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run WebAPI Tests,Integration Tests,Functional Tests EE,Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@iNeViX @mrtuvn @ihor-sviziev ✔️ QA Passed Manual Scenario Steps For actual result we have followed comment Before: ✖️ Theme luma (search/find available ".abs-") After: ✔️ As there are test failure so moving to |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B ,Functional Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B ,Functional Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento create issue |
Description (*)
When I installed a clear M2, I saw that the
reference
directive removed for the import of _extends.less file. I've found this PR and I explained why removingreference
is a bad idea:#31793 (comment)
I've investigated later how to restore
reference
but repair the issue of Grunt in the PR.And I've found a solution described here:
#31793 (comment)
@ihor-sviziev asked me to create a PR with the fix, so I made it.
Related Pull Requests
#31793
Manual testing scenarios (*)
abs
selectors instyles-m.css
andstyles-l.css
files. Quantity of them and the size ofstyles-m.css
should be less in comparison with the main branch (2.4-develop).Contribution checklist (*)
Resolved issues: