/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/web/css/docs/source/_lib.less
12 строк
472 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 10:58
22 окт 2025, 10:58
3d4f486
Код
Авторство
О чём код?
// /** // * Copyright 2015 Adobe // * All Rights Reserved. // */ // # Including Magento UI library to your theme // // The _lib.less file contains the includes of all Magento UI library files. To use Magento UI library in your theme add the following directive to the theme’s styles.less: // ```css // @import 'source/lib/_lib'; // ``` // The lib.less file is designed to avoid manual adding of each Magento UI library file import instruction to your theme.