You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.0 KiB

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