Tag: media queries

Grunt Combine Media Queries – 不能调用未定义的方法“join”

我今天早上发现了Grunt Combine Media Queries插件,并且一直在考虑让它在我的版本上运行,因为我们在CSS中使用了大量的媒体查询声明(我们正在使用SASS)减less。 cmq: { options: { log: true } , your_target: { files: { '<%= meta.cssPath %>temp': ['<%= meta.cssPath %>hayes.css'] } } } cssPath只是CSS所在的目录。 当我运行grunt cmq时,出现以下错误: Processed media queries: @media screen and (-webkit-min-device-pixel-ratio: 0) @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) @media only screen and (min-device-pixel-ratio: 2) @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen […]