File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
app/design/frontend/Magento/blank/web/css Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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// ---------------------------------------------
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
Original file line number Diff line number Diff line change 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// ---------------------------------------------
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
You can’t perform that action at this time.
0 commit comments