问题 1,下面这句话什么意思,赋的是什么值?
mq-mobile = "screen and (max-width: 479px)"
有多处地方用到 “ mq-mobile ” 如:
#main-nav-toggle
display: none
&:before
content: "\f0c9"
@media mq-mobile
display: block
问题 2,如何去掉 “ mq-mobile ” ?
是不是删除 @media mq-mobile
之后的代码就可以,如上方的代码去掉 mq-mobile:
#main-nav-toggle
display: none
&:before
content: "\f0c9"
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.