styles-l.less 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. @import (reference) 'source/_extends.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: 'desktop'; // Sets target device for this file
  24. @media-common: false; // Sets not to output common styles
  25. //
  26. // Global variables override
  27. // ---------------------------------------------
  28. @import 'source/_theme.less';
  29. //
  30. // Extend for minor customisation
  31. // ---------------------------------------------
  32. //@magento_import 'source/_extend.less';