Viewing File: /home/maglabs/it/app/design/frontend/Magento/blank/web/css/styles-m.less
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
//
// Blank theme mobile styles
// _____________________________________________
// These mobile styles are mandatory and will be used as basis according to the mobile first design
//
// Global lib + theme styles + theme extends
// ---------------------------------------------
@import 'source/_reset.less';
@import '_styles.less';
//
// Magento Import instructions
// ---------------------------------------------
//@magento_import 'source/_module.less'; // Theme modules
//@magento_import 'source/_widgets.less'; // Theme widgets
//
// Global variables override
// ---------------------------------------------
@import 'source/_theme.less';
//
// Extend for minor customisation
// ---------------------------------------------
//@magento_import 'source/_extend.less';
//
// Media queries collector
// ---------------------------------------------
@import 'source/lib/_responsive.less';
@media-target: 'mobile'; // Sets target device for this file
Back to Directory
File Manager