Magento 2 – .lib-popup-button-close-icon is Undefined

magento2

frontend/Magento/kiegeszitoshop/en_US/css/styles-m.less
.lib-popup-button-close-icon is undefined in
C:/xampp/htdocs/magento2sample/var/view_preprocessed/css/frontend/Magento/kiegeszitoshop/en_US/css/sourc
/_popups.less>

I m getting this error when i m deploying static content using composer..

Have anyone any idea what is going wrong here??

Best Answer

It's because the luma theme has an error in the code, in which hasnt been fixed.

goto line 30 of _popups.less

.lib-popup-button-close-icon

should be

._lib-popup-button-close-icon

then on line 23 of the same file I just removed all those less functions.

...seems to work

Related Topic