- // 2026-02-24 Dmitrii Fediuk https://upwork.com/fl/mage2pro
- // 1.1) `lib/web/less/less.min.js` («Less - Leaner CSS») 4.2.0 (shipped with Magento 2.4.8-p3)
- // fails on the Less files of `Codazon_ThemeLayoutPro`
- // 1.2) https://github.com/keyclampstore-com/m/blob/2026-02-24-1/pub/media/codazon/themelayout/main/general/_general-styles.less.css#L217
- // 1.3) https://github.com/magento/magento2/blob/2.4.8-p3/lib/web/less/less.min.js
- // 1.4) https://gemini.google.com/share/bc051692f6ec
- // 2) `wikimedia/less.php` 5.5.0 (used by Magento 2.4.8-p3)
- // fails on the Less files of `Codazon_ThemeLayoutPro`: «Operation on an invalid type»:
- // https://github.com/keyclampstore-com/m/issues/43
- // 3) The previous code:
- // @container_elements: @extra_container_elements + ~', .container';
- @container_elements: ~'@{extra_container_elements}, .container';