Skip to content

Commit 3af818b

Browse files
committed
Merge remote-tracking branch '38129/fix/styles-priority-media-mobile-mixin-for-extend-file' into comm_prs_247beta3_dec
2 parents 6d3e42c + 0a8b223 commit 3af818b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

app/design/frontend/Magento/blank/web/css/styles-l.less

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
//@magento_import 'source/_module.less'; // Theme modules
2323
//@magento_import 'source/_widgets.less'; // Theme widgets
2424

25-
//
26-
// Media queries collector
27-
// ---------------------------------------------
28-
29-
@import 'source/lib/_responsive.less';
30-
31-
@media-target: 'desktop'; // Sets target device for this file
32-
@media-common: false; // Sets not to output common styles
33-
3425
//
3526
// Global variables override
3627
// ---------------------------------------------
@@ -42,3 +33,12 @@
4233
// ---------------------------------------------
4334

4435
//@magento_import 'source/_extend.less';
36+
37+
//
38+
// Media queries collector
39+
// ---------------------------------------------
40+
41+
@import 'source/lib/_responsive.less';
42+
43+
@media-target: 'desktop'; // Sets target device for this file
44+
@media-common: false; // Sets not to output common styles

app/design/frontend/Magento/blank/web/css/styles-m.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
//@magento_import 'source/_module.less'; // Theme modules
2424
//@magento_import 'source/_widgets.less'; // Theme widgets
2525

26-
//
27-
// Media queries collector
28-
// ---------------------------------------------
29-
30-
@import 'source/lib/_responsive.less';
31-
32-
@media-target: 'mobile'; // Sets target device for this file
33-
3426
//
3527
// Global variables override
3628
// ---------------------------------------------
@@ -42,3 +34,11 @@
4234
// ---------------------------------------------
4335

4436
//@magento_import 'source/_extend.less';
37+
38+
//
39+
// Media queries collector
40+
// ---------------------------------------------
41+
42+
@import 'source/lib/_responsive.less';
43+
44+
@media-target: 'mobile'; // Sets target device for this file

0 commit comments

Comments
 (0)