Closed
Description
Preconditions (*)
- Magento version 2.3.1 - 2.3.2
- Production mode
Steps to reproduce (*)
- Having nodejs v8 installed
- Setting up vanilla Magento installation using composer
- Run
npm install [email protected]
- Run
bin/magento setup:static-content:deploy -f -t Magento/luma en_US
- Run
node_modules/.bin/lessc var/view_preprocessed/pub/static/frontend/Magento/luma/en_US/css/styles-m.less > /dev/null
- Notice the output (what you see is the output to
stderr
, since we redirectedstdout
to/dev/null
):
extend ' .abs-modal-overlay' has no matches
extend ' .abs-add-clearfix-desktop' has no matches
extend ' .abs-blocks-2columns' has no matches
extend ' .abs-forms-general-desktop' has no matches
extend ' .abs-action-reset' has no matches
extend ' .abs-no-display-desktop' has no matches
extend ' .clearer' has no matches
extend ' .abs-clearfix' has no matches
extend ' .abs-action-print' has no matches
Expected result (*)
- The compiled css should not have anything like the
extend 'mixin_name' has no matches
Actual result (*)
- Errors during less compilation
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.3 release lineThe issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release