File tree 2 files changed +17
-17
lines changed
app/design/frontend/Magento/blank/web/css
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 22
22
// @magento_import 'source/_module.less'; // Theme modules
23
23
// @magento_import 'source/_widgets.less'; // Theme widgets
24
24
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
-
34
25
//
35
26
// Global variables override
36
27
// ---------------------------------------------
42
33
// ---------------------------------------------
43
34
44
35
// @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
Original file line number Diff line number Diff line change 23
23
// @magento_import 'source/_module.less'; // Theme modules
24
24
// @magento_import 'source/_widgets.less'; // Theme widgets
25
25
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
-
34
26
//
35
27
// Global variables override
36
28
// ---------------------------------------------
42
34
// ---------------------------------------------
43
35
44
36
// @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
You can’t perform that action at this time.
0 commit comments