magento2.2.1 luma 如何让手机打开网站显示界面和电脑网页打开显示同样的界面,我查了magento的文档如下:In the Blank theme, the mobile and desktop styles are defined in separate files:
styles-l.less is used to generate desktop-specific styles (768px and higher).
styles-m.less is used to generate basic and mobile-specific styles.
我吧styles-m.less,里面的代码换成styles-l.less一样的,但是不起作用,手机打开后的界面和电脑网页的界面完全不一样,不好操作,请大神帮忙指点,谢谢!