magento2-docker/lib/web/css/docs/source/_lib.less

13 lines
514 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
// # 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 themes 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.