您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

45 行
1.0 KiB

  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. //
  6. // Blank theme mobile styles
  7. // _____________________________________________
  8. // These mobile styles are mandatory and will be used as basis according to the mobile first design
  9. //
  10. // Global lib + theme styles + theme extends
  11. // ---------------------------------------------
  12. @import 'source/_reset.less';
  13. @import '_styles.less';
  14. //
  15. // Magento Import instructions
  16. // ---------------------------------------------
  17. //@magento_import 'source/_module.less'; // Theme modules
  18. //@magento_import 'source/_widgets.less'; // Theme widgets
  19. //
  20. // Media queries collector
  21. // ---------------------------------------------
  22. @import 'source/lib/_responsive.less';
  23. @media-target: 'mobile'; // Sets target device for this file
  24. //
  25. // Global variables override
  26. // ---------------------------------------------
  27. @import 'source/_theme.less';
  28. //
  29. // Extend for minor customisation
  30. // ---------------------------------------------
  31. //@magento_import 'source/_extend.less';